8 lines
324 B
Bash
8 lines
324 B
Bash
# Non-sensitive runtime configuration shared by the cc-ci orchestrator and agents.
|
|
#
|
|
# Keep credentials, tokens, and keys in /srv/cc-ci/.testenv. The orchestrator
|
|
# loads this file first via cc-ci-plan/load-env.sh.
|
|
GITEA_USERNAME=autonomic-bot
|
|
TINFOIL_MODEL=deepseek-v4-pro
|
|
TINFOIL_BASE_URL=https://inference.tinfoil.sh/v1
|