优化
This commit is contained in:
16
apps/github-app/.env.example
Normal file
16
apps/github-app/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# The ID of your GitHub App
|
||||
APP_ID=
|
||||
WEBHOOK_SECRET=development
|
||||
PRIVATE_KEY=
|
||||
|
||||
# Use `trace` to get verbose logging or `info` to show less
|
||||
LOG_LEVEL=debug
|
||||
|
||||
# Go to https://smee.io/new set this to the URL that you are redirected to.
|
||||
WEBHOOK_PROXY_URL=
|
||||
|
||||
# Tailchat
|
||||
TAILCHAT_WEB_URL=https://nightly.paw.msgbyte.com
|
||||
TAILCHAT_API_URL=https://tailchat-nightly.moonrailgun.com
|
||||
TAILCHAT_APP_ID=
|
||||
TAILCHAT_APP_SECRET=
|
||||
Reference in New Issue
Block a user