- Move ci-test.sh and setup.sh to scripts/ - Trim docs/src/zig-cli.md to current structure - Replace hardcoded secrets with placeholders in configs - Update .gitignore to block .env*, secrets/, keys, build artifacts - Slim README.md to reflect current CLI/TUI split - Add cleanup trap to ci-test.sh - Ensure no secrets are committed
8 lines
224 B
TOML
8 lines
224 B
TOML
# Local development config (TOML)
|
|
# Used by both CLI and TUI when no overrides are set
|
|
|
|
worker_host = "127.0.0.1"
|
|
worker_user = "dev_user"
|
|
worker_base = "/tmp/ml-experiments"
|
|
worker_port = 9101
|
|
api_key = "your-api-key-here"
|