更新 io-package.json
This commit is contained in:
parent
249995513c
commit
beb90ea8b7
@ -6,9 +6,6 @@
|
||||
"desc": {
|
||||
"en": "This adapter uses node-red as a service. No additional node-red instance required."
|
||||
},
|
||||
"authors": [
|
||||
"bluefox <dogafox@gmail.com>"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"platform": "Javascript/Node.js",
|
||||
"mode": "daemon",
|
||||
@ -38,12 +35,12 @@
|
||||
"native": {
|
||||
"bind": "0.0.0.0",
|
||||
"port": 1880,
|
||||
"httpRoot": "/",
|
||||
"httpRoot": "/admin",
|
||||
"npmLibs": "",
|
||||
"valueConvert": true,
|
||||
"maxMemory": 128,
|
||||
"user": "",
|
||||
"pass": ""
|
||||
"user": "admin",
|
||||
"pass": "Spacen123"
|
||||
},
|
||||
"objects": [],
|
||||
"instanceObjects": [
|
||||
|
Loading…
Reference in New Issue
Block a user