Add .env.example
This commit is contained in:
parent
0eb4fd1c0b
commit
5b688bfff3
|
@ -0,0 +1,12 @@
|
|||
# The ID of your GitHub App
|
||||
APP_ID=8374
|
||||
WEBHOOK_SECRET=development
|
||||
|
||||
# Uncomment this to get verbose logging
|
||||
# LOG_LEVEL=trace # or `info` to show less
|
||||
|
||||
# Go to https://smee.io/new set this to the URL that you are redirected to.
|
||||
WEBHOOK_PROXY_URL=https://smee.io/ZyQCjZTDPT3pd4SD
|
||||
|
||||
# The "Bot User OAuth Access Token" of your Slack App
|
||||
SLACK_BOT_TOKEN=
|
Loading…
Reference in New Issue