14 lines
356 B
Plaintext
14 lines
356 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"
|
|
|
|
# List your various webhook secrets
|
|
GITHUB_SECRET=xxxxxxxxxxxxxxxxxxxxxx,yyyyyyyyyyyyyyyyyy
|
|
GITEA_SECRET=xxxxxxxxxxxxxxxxxxxxxx
|
|
BITBUCKET_SECRET=xxxxxxxxxxxxxxxxxxxxxx
|