update example env vars
This commit is contained in:
parent
50de258a9f
commit
8a74060afc
2 changed files with 9 additions and 0 deletions
|
@ -71,3 +71,11 @@ BOT_METRICS_MSG_PING_CHANNEL=
|
|||
|
||||
PUBLIC_API_URL=http://localhost:9000
|
||||
PUBLIC_WEB_URL=http://localhost:8080
|
||||
|
||||
# List of servers to use for bridging Revolt
|
||||
# emojis to Discord. You will need at least 2
|
||||
# servers. Revolt emojis will be automatically
|
||||
# downloaded and synced to these servers.
|
||||
# Please note that all other emojis will be deleted.
|
||||
# Server IDs, divided by commas without spaces in between.
|
||||
BRIDGE_EMOJI_SERVERS=
|
||||
|
|
|
@ -55,6 +55,7 @@ services:
|
|||
- NODE_ENV=production
|
||||
- BRIDGE_METRICS_PORT
|
||||
- REVOLT_API_URL=${API_URL}
|
||||
- EMOJI_SERVERS=${BRIDGE_EMOJI_SERVERS}
|
||||
# Uncomment if you enabled Prometheus metrics
|
||||
#ports:
|
||||
# - 127.0.0.1:${BRIDGE_METRICS_PORT}:${BRIDGE_METRICS_PORT}
|
||||
|
|
Loading…
Reference in a new issue