Files
chat_grid/server/config.docker.toml

10 lines
213 B
TOML
Raw Normal View History

# Docker runtime config — TLS terminated by the reverse proxy (Caddy/nginx).
# Do not use this file outside of the Docker container.
[server]
bind_ip = "0.0.0.0"
port = 4474
[network]
allow_insecure_ws = true