Update roles/chat/templates/config.js.j2
Some checks failed
Test / build (push) Failing after 52s

This commit is contained in:
Kyan Wanschers 2025-04-30 18:44:08 +02:00
parent cedacdec7d
commit efd0604c3a

View file

@ -3,7 +3,8 @@
module.exports = {
public: false,
port: 9000,
bind: "127.0.0.1",
bind: "0.0.0.0",
host: "127.0.0.1",
reverseProxy: true,
lockNetwork: true,
maxHistory: 10000,