timmy-talking-turd/deploy/timmy-staging.env.example
Timmy d576a74b96
All checks were successful
Quality gates / quality (pull_request) Successful in 1m43s
feat: add hardened atomic staging deployment
2026-08-21 14:32:31 +00:00

12 lines
428 B
Plaintext

# Copy with: sudo install -m 600 deploy/timmy-staging.env.example /etc/timmy-staging.env
# Replace release identity for every promotion. Keep this file root-owned and out of archives.
HOST=127.0.0.1
PORT=4174
TIMMY_BASE_PATH=/timmy-staging
TIMMY_STAGING_LABEL=true
TIMMY_RELEASE_TAG=CHANGE_ME
TIMMY_RELEASE_COMMIT=0000000000000000000000000000000000000000
TIMMY_AGENT_ENABLED=false
TIMMY_VISION_ENABLED=false
NODE_ENV=production