audon/.env.production.sample

40 wiersze
1.1 KiB
Plaintext

2022-12-17 02:30:46 +00:00
# Domain of your Audon server
2022-12-10 17:44:18 +00:00
LOCAL_DOMAIN=audon.example.com
2022-12-17 02:30:46 +00:00
#### Database Settings ####
# Host of MongoDB, set as [host]:[port]
2022-12-10 17:44:18 +00:00
DB_HOST=db:27017
2022-12-17 02:30:46 +00:00
# Database name in MongoDB
2022-12-10 17:44:18 +00:00
DB_NAME=audon
2022-12-17 02:30:46 +00:00
# Username to connect to MongoDB
2022-12-10 17:44:18 +00:00
DB_USER=mongo
2022-12-17 02:30:46 +00:00
# Password to connect to MongoDB
2022-12-10 17:44:18 +00:00
DB_PASS=mongo
2022-12-17 02:30:46 +00:00
#### Redis Settings ####
# Host of Redis, set as [host]:[port]
2022-12-10 17:44:18 +00:00
REDIS_HOST=redis:6379
2022-12-17 02:30:46 +00:00
# Username to connect to Redis (optional)
2022-12-10 17:44:18 +00:00
REDIS_USER=
2022-12-17 02:30:46 +00:00
# Password to connect to Redis (optional)
2022-12-10 17:44:18 +00:00
REDIS_PASS=
2022-12-17 02:30:46 +00:00
### LiveKit Settings ###
# Same as the keys field in livekit.yaml
2022-12-10 17:44:18 +00:00
LIVEKIT_API_KEY=devkey
2022-12-17 02:30:46 +00:00
# Same as the keys field in livekit.yaml
2022-12-10 17:44:18 +00:00
LIVEKIT_API_SECRET=secret
2022-12-17 02:30:46 +00:00
# Host of LiveKit, should be a different domain from LOCAL_DOMAIN
2022-12-10 17:44:18 +00:00
LIVEKIT_HOST=livekit.example.com
2022-12-17 02:30:46 +00:00
# This value will be returned by Audon backend to browsers. Set the same domain as LIVEKIT_HOST if you are not sure.
2022-12-10 17:44:18 +00:00
LIVEKIT_LOCAL_DOMAIN=livekit.example.com
2023-01-26 22:31:53 +00:00
# If this period (seconds) passes, the new room will be automatically closed.
LIVEKIT_EMPTY_ROOM_TIMEOUT=300
2023-01-14 23:02:15 +00:00
### Bot Settings ###
# Leave the following fields empty to disable the notification bot.
BOT_SERVER=
BOT_CLIENT_ID=
BOT_CLIENT_SECRET=
BOT_ACCESS_TOKEN=