Fix server_name URL in Conduit configuration
This commit is contained in:
parent
d234901432
commit
a027b99446
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
||||||
# Bind to all interfaces so Traefik on the network can reach Conduit.
|
# Bind to all interfaces so Traefik on the network can reach Conduit.
|
||||||
address = "0.0.0.0";
|
address = "0.0.0.0";
|
||||||
database_backend = "rocksdb";
|
database_backend = "rocksdb";
|
||||||
server_name = "https://lgbtq.prg-radio.org";
|
server_name = "lgbtq.prg-radio.org";
|
||||||
|
|
||||||
# See https://docs.conduit.rs/turn.html, and https://github.com/element-hq/synapse/blob/develop/docs/turn-howto.md for more details
|
# See https://docs.conduit.rs/turn.html, and https://github.com/element-hq/synapse/blob/develop/docs/turn-howto.md for more details
|
||||||
# turn_uris = [
|
# turn_uris = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue