chat: revert bind in config and add host instead #7

Merged
polyfloyd merged 1 commit from BlackDragon/ansible:main into main 2025-04-30 19:10:21 +02:00

View file

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