update example env vars

This commit is contained in:
janderedev 2022-05-01 14:45:36 +02:00
parent 50de258a9f
commit 8a74060afc
No known key found for this signature in database
GPG key ID: 5D5E18ACB990F57A
2 changed files with 9 additions and 0 deletions

View file

@ -71,3 +71,11 @@ BOT_METRICS_MSG_PING_CHANNEL=
PUBLIC_API_URL=http://localhost:9000 PUBLIC_API_URL=http://localhost:9000
PUBLIC_WEB_URL=http://localhost:8080 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=

View file

@ -55,6 +55,7 @@ services:
- NODE_ENV=production - NODE_ENV=production
- BRIDGE_METRICS_PORT - BRIDGE_METRICS_PORT
- REVOLT_API_URL=${API_URL} - REVOLT_API_URL=${API_URL}
- EMOJI_SERVERS=${BRIDGE_EMOJI_SERVERS}
# Uncomment if you enabled Prometheus metrics # Uncomment if you enabled Prometheus metrics
#ports: #ports:
# - 127.0.0.1:${BRIDGE_METRICS_PORT}:${BRIDGE_METRICS_PORT} # - 127.0.0.1:${BRIDGE_METRICS_PORT}:${BRIDGE_METRICS_PORT}