# /etc/sueta-signal.env — chmod 600 root:root
# hostnames the daemon may obtain Let's Encrypt certs for (comma-separated).
# To attach a new app on any domain: point its DNS at this box, append the
# hostname here, systemctl restart sueta-signal. See docs/SIGNAL-SERVER.md.
ALLOWED_HOSTS=signal.ardegazu.ro
# allowed WebSocket Origins (comma-separated; supports "*.domain.tld" and "*").
# Keep IPFS gateway origins here so the app works from raw gateway URLs too.
ORIGINS=https://chat.ardegazu.ro,https://ipfs.ird.ro,*.ardegazu.ro
# must equal static-auth-secret in /etc/turnserver.conf
STATIC_AUTH_SECRET=__STATIC_AUTH_SECRET__
# ICE urls handed to clients
TURN_URLS=stun:stun.ardegazu.ro:3478,turn:stun.ardegazu.ro:3478?transport=udp,turn:stun.ardegazu.ro:3478?transport=tcp