-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
16 lines (16 loc) · 1004 Bytes
/
Copy pathenv.example
File metadata and controls
16 lines (16 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Local fkst-packages-testing config. Copy to .env and edit.
# Optional explicit engine. Its build-time source pin must exactly match .fkst/substrate-ref.
# BIN=/path/to/fkst-substrate/target/debug/fkst-framework
# FKST_GITHUB_REPO=ChronoAIProject/fkst-packages-testing
# FKST_GITHUB_BOT_LOGIN=your-bot-login
# FKST_DEVLOOP_UPSTREAM_BRANCH=dev
# FKST_DEVLOOP_INTEGRATION_BRANCH=integration-your-bot-login
# FKST_DEVLOOP_ROLLUP_MERGE=auto
# FKST_DURABLE_ROOT=/absolute/path/to/fkst-packages-testing-durable
# FKST_RATE_POOL_ROOT=/absolute/path/to/fkst-rate-pools
# Optional host override; scripts/run.sh host defaults to this repository's .fkst/workflow directory.
# FKST_WORKFLOW_CATALOG_ROOT=/absolute/path/to/another/workflow-catalog
# Optional live browser smoke inputs. Requires a loopback app and Chrome/Chromium remote debugging.
# FKST_LIVE_BASE_URL=http://127.0.0.1:8317
# FKST_LIVE_CDP_URL=http://127.0.0.1:9222
# FKST_GITHUB_WRITE is intentionally absent. Leave it unset for dry-run operation.