Spaces:
Sleeping
Sleeping
File size: 428 Bytes
690fc6b 479e72e 690fc6b 928484c 9134516 e95c8e4 479e72e 9134516 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | module.exports = {
adminAuth: {
type: "credentials",
users: [{
username: process.env.NODE_RED_USERNAME || "admin",
password: process.env.NODE_RED_PASSWORD,
permissions: "*"
}]
},
credentialSecret: "spaziogenesi",
httpServerOptions: {
host: "0.0.0.0"
},
httpNodeCors: {
origin: "*",
methods: "GET,PUT,POST,DELETE"
}
} |