mirror of
https://github.com/coral/sipcord-bridge.git
synced 2026-06-29 09:23:14 -06:00
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
# Required
|
|
DISCORD_BOT_TOKEN=your_bot_token_here
|
|
SIP_PUBLIC_HOST=192.168.0.100
|
|
RTP_PUBLIC_IP=192.168.0.100
|
|
|
|
# Optional (defaults shown)
|
|
# DISCORD_OUTBOUND_SIP_HOST=192.168.0.25
|
|
# DISCORD_OUTBOUND_SIP_PORT=5060
|
|
# DISCORD_OUTBOUND_SIP_TRANSPORT=udp
|
|
# 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
|