maxAlone commited on
Commit
e95c8e4
·
1 Parent(s): 9134516

sett to 0

Browse files
Files changed (1) hide show
  1. settings.js +4 -1
settings.js CHANGED
@@ -6,8 +6,11 @@ module.exports = {
6
  password: process.env.NODE_RED_PASSWORD,
7
  permissions: "*"
8
  }]
9
- },
10
  credentialSecret: "spaziogenesi",
 
 
 
11
  httpNodeCors: {
12
  origin: "*",
13
  methods: "GET,PUT,POST,DELETE"
 
6
  password: process.env.NODE_RED_PASSWORD,
7
  permissions: "*"
8
  }]
9
+ ],
10
  credentialSecret: "spaziogenesi",
11
+ httpServerOptions: {
12
+ host: "0.0.0.0"
13
+ },
14
  httpNodeCors: {
15
  origin: "*",
16
  methods: "GET,PUT,POST,DELETE"