mirror of
https://github.com/coral/sipcord-bridge.git
synced 2026-04-12 12:32:32 -06:00
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
# Required
|
|
SIP_PUBLIC_HOST=0.0.0.0
|
|
DISCORD_BOT_TOKEN=your_bot_token_here
|
|
|
|
# Optional (defaults shown)
|
|
# DATA_DIR=/var/lib/sipcord
|
|
# CONFIG_PATH=./config.toml
|
|
# SOUNDS_DIR=./wav
|
|
# SIP_PORT=5060
|
|
# RTP_PORT_START=10000
|
|
# RTP_PORT_END=15000
|
|
# DEV_MODE=false
|