2020-10-20 23:05:01 +00:00
|
|
|
# PORT only listens on localhost
|
2020-10-24 00:03:15 +00:00
|
|
|
#PORT=4483
|
2020-10-20 23:05:01 +00:00
|
|
|
|
|
|
|
# LISTEN lets you choose the interface also
|
|
|
|
#LISTEN=0.0.0.0:4483
|
|
|
|
|
|
|
|
# List promotions in descending order
|
|
|
|
PROMOTIONS="production staging master"
|
|
|
|
|
2021-02-21 11:25:42 +00:00
|
|
|
# Log dir
|
|
|
|
LOG_DIR=./logs
|
|
|
|
|
2020-10-24 00:03:15 +00:00
|
|
|
# Whether to trust X-Forward-* headers
|
2020-10-21 03:59:10 +00:00
|
|
|
TRUST_PROXY=false
|
|
|
|
|
|
|
|
# These repos will be trusted to run .gitdeploy/deploy.sh
|
2020-10-24 00:03:15 +00:00
|
|
|
#TRUST_REPOS=git.example.com/org/project,git.example.com/org/other-project
|
2020-10-21 03:59:10 +00:00
|
|
|
|
2020-10-20 23:05:01 +00:00
|
|
|
# List your various webhook secrets
|
2020-10-24 00:03:15 +00:00
|
|
|
#GITHUB_SECRET=xxxxxxxxxxxxxxxxxxxxxx,yyyyyyyyyyyyyyyyyy
|
|
|
|
#GITEA_SECRET=xxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
#BITBUCKET_SECRET=xxxxxxxxxxxxxxxxxxxxxx
|