All checks were successful
Quality gates / quality (pull_request) Successful in 1m43s
12 lines
428 B
Plaintext
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
|