Monorepo for Aesthetic.Computer aesthetic.computer
at main 23 lines 528 B view raw
1# Coturn TURN Server configuration for aesthetic-computer dev 2listening-port=3478 3# Use all available IPs 4listening-ip=0.0.0.0 5# Relay IPs 6relay-ip=0.0.0.0 7# External IP - set dynamically by start script 8# external-ip will be passed via command line 9# Realm 10realm=aesthetic.computer 11# Credentials 12user=aesthetic:computer123 13# No TLS for local dev 14no-tls 15no-dtls 16# Fingerprint for message integrity 17fingerprint 18# Long-term credential mechanism 19lt-cred-mech 20# Log to stdout 21log-file=stdout 22# Verbose logging for debugging 23verbose