chatbridge/example.env

40 lines
752 B
Bash
Raw Normal View History

PORT=8999
NODE_ENV=development
2023-07-25 23:00:45 +00:00
NODE_CONFIG_DIR = ./server/config
LOG_DIR=/var/log/chatbridge
2023-08-04 02:42:05 +00:00
# Full URL that chatbridge is hosted at, including any sub-paths
# Used in the discord handler to generate an OAUTH2 callback URL
BASE_URL=
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=6500
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=
2023-07-25 01:40:22 +00:00
# Used to log in to create and manage groups
2023-07-25 23:00:45 +00:00
ADMIN_TOKEN=
2023-07-27 02:06:38 +00:00
# Keys used to sign cookies used for authentication
COOKIE_KEY_1=
COOKIE_KEY_2=
2023-07-27 02:06:38 +00:00
# Location of the matterbridge binary!
MATTERBRIDGE_BINARY=
MATTERBRIDGE_CONFIG_DIR=
# ---------------
## Platforms
# ---------------
# Slack -----------------
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
# Discord ----------------
DISCORD_TOKEN=
DISCORD_CLIENT_ID=
2023-08-04 02:42:05 +00:00
DISCORD_CLIENT_SECRET=