fix webrtc and login
This commit is contained in:
+8
-4
@@ -7,12 +7,16 @@ host = "0.0.0.0"
|
||||
tcp_port = 8080
|
||||
# Voice/Video port
|
||||
udp_port = 8080
|
||||
# If the server is behind NAT, set its public IPv4 here and forward UDP 8080 to it.
|
||||
# external_ip = "203.0.113.1"
|
||||
# STUN is enabled by default; customize or set [] to disable it.
|
||||
# stun_servers = ["stun:stun.l.google.com:19302"]
|
||||
|
||||
# Uncomment for native self-signed HTTPS/WSS. Keep both files between restarts.
|
||||
# [network.tls]
|
||||
# cert_path = "certs/server.pem"
|
||||
# key_path = "certs/server-key.pem"
|
||||
# names = ["localhost", "127.0.0.1"] # include the host clients actually use
|
||||
[network.tls]
|
||||
cert_path = "certs/server.pem"
|
||||
key_path = "certs/server-key.pem"
|
||||
names = ["localhost", "127.0.0.1", "goesseau.eu"] # include the host clients actually use
|
||||
|
||||
[database]
|
||||
# DSN for database
|
||||
|
||||
Reference in New Issue
Block a user