25 lines
598 B
YAML
25 lines
598 B
YAML
port: 7780
|
|
|
|
rtc:
|
|
tcp_port: 7781
|
|
port_range_start: 51000
|
|
port_range_end: 52000
|
|
use_external_ip: false
|
|
node_ip: "188.213.199.211" # uncomment when using server ip
|
|
|
|
# room:
|
|
# empty_timeout: 600
|
|
# departure_timeout: 600
|
|
|
|
##### uncomment when using letsencrypt in server #######
|
|
turn:
|
|
cert_file: "/etc/letsencrypt/live/pathfinder.wikm.ir/fullchain.pem"
|
|
key_file: "/etc/letsencrypt/live/pathfinder.wikm.ir/privkey.pem"
|
|
tls_port: 5349
|
|
udp_port: 3478
|
|
external_tls: false
|
|
domain: "pathfinder.wikm.ir"
|
|
#######################################################
|
|
|
|
logging:
|
|
level: info |