You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
580 B
26 lines
580 B
3 years ago
|
# Bare minimum to work (required)
|
||
|
DISCORD_TOKEN=
|
||
|
DISCORD_GID=
|
||
|
DISCORD_CID=
|
||
|
MUMBLE_ADDRESS=mumble-server
|
||
|
|
||
|
# Mumble conn. and auth. (optional)
|
||
|
#MUMBLE_PORT=64738
|
||
|
MUMBLE_INSECURE=true
|
||
|
MUMBLE_CERTIFICATE=/data/cert.pem
|
||
|
#MUMBLE_PASSWORD=
|
||
|
MUMBLE_USERNAME=discord-bridge
|
||
|
MUMBLE_CHANNEL=
|
||
|
|
||
|
# Bot behaviour (optional)
|
||
|
DISCORD_DISABLE_TEXT=false
|
||
|
MUMBLE_DISABLE_TEXT=false
|
||
|
MODE=auto
|
||
|
|
||
|
# Tweaks (optional)
|
||
|
# Jitter buffer from Mumble to Discord to absorb timing issues related to
|
||
|
# network, OS and hardware quality. (Increments of 10ms) (default 50)
|
||
|
#TO_DISCORD_BUFFER=50
|
||
|
#TO_MUMBLE_BUFFER=50
|
||
|
|