gitdeploy/examples/dotenv

14 lines
356 B
Plaintext
Raw Normal View History

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"
# 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