This commit is contained in:
parent
cedacdec7d
commit
efd0604c3a
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue