gitdeploy/examples/dotenv

19 lines
508 B
Plaintext

# PORT only listens on localhost
PORT=4483
# LISTEN lets you choose the interface also
#LISTEN=0.0.0.0:4483
# List promotions in descending order
PROMOTIONS="production staging master"
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
# List your various webhook secrets
GITHUB_SECRET=xxxxxxxxxxxxxxxxxxxxxx,yyyyyyyyyyyyyyyyyy
GITEA_SECRET=xxxxxxxxxxxxxxxxxxxxxx
BITBUCKET_SECRET=xxxxxxxxxxxxxxxxxxxxxx