mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
359 B
Bash
16 lines
359 B
Bash
# 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_API_URL=https://paw-server-nightly.moonrailgun.com
|
|
TAILCHAT_APP_ID=
|
|
TAILCHAT_APP_SECRET=
|