2020-10-20 23:05:01 +00:00
|
|
|
# PORT only listens on localhost
|
2020-10-09 08:15:39 +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"
|
|
|
|
|
2020-10-21 03:59:10 +00:00
|
|
|
TRUST_PROXY=false
|
|
|
|
|
|
|
|
# These repos will be trusted to run .gitdeploy/deploy.sh
|
|
|
|
TRUST_REPOS=git.example.com/org/project,git.example.com/org/other-project
|
|
|
|
|
2020-10-20 23:05:01 +00:00
|
|
|
# List your various webhook secrets
|
|
|
|
GITHUB_SECRET=xxxxxxxxxxxxxxxxxxxxxx,yyyyyyyyyyyyyyyyyy
|
2020-10-09 08:15:39 +00:00
|
|
|
GITEA_SECRET=xxxxxxxxxxxxxxxxxxxxxx
|
2020-09-29 21:02:33 +00:00
|
|
|
BITBUCKET_SECRET=xxxxxxxxxxxxxxxxxxxxxx
|