17 lines
406 B
TOML
17 lines
406 B
TOML
[global]
|
|
server_name = "matrix.${DOMAIN}"
|
|
|
|
database_backend = "rocksdb"
|
|
database_path = "/var/lib/matrix-conduit/"
|
|
|
|
address = "0.0.0.0"
|
|
port = 6167
|
|
|
|
# Turn on only long enough to create your first accounts
|
|
allow_registration = true
|
|
|
|
allow_federation = false
|
|
|
|
# TURN configuration
|
|
turn_uris = ["turn:${DOMAIN}:3478?transport=udp","turns:${DOMAIN}:5349?transport=tcp"]
|
|
turn_secret = ${COTURN_AUTH_SECRET} |