chatbridge/example.env

38 lines
631 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
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=
SLACK_SIGNING_SECRET=
SLACK_STATE_SECRET=
# Discord ----------------
DISCORD_TOKEN=
DISCORD_CLIENT_ID=