Update iobroker-dist.json
This commit is contained in:
parent
3a9804f020
commit
10ab0fffac
@ -1,96 +1,96 @@
|
|||||||
{
|
{
|
||||||
"system": {
|
"system": {
|
||||||
"memoryLimitMB": 0,
|
"memoryLimitMB": 0,
|
||||||
"hostname": "",
|
"hostname": "",
|
||||||
"statisticsInterval": 15000,
|
"statisticsInterval": 15000,
|
||||||
"statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated"
|
"statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated"
|
||||||
},
|
},
|
||||||
"multihostService": {
|
"multihostService": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"secure": true
|
"secure": true
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"IPv4": true,
|
"IPv4": true,
|
||||||
"IPv6": true,
|
"IPv6": true,
|
||||||
"bindAddress": null
|
"bindAddress": null
|
||||||
},
|
},
|
||||||
"objects" : {
|
"objects" : {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
|
"typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 9001,
|
"port": 9001,
|
||||||
"user": "",
|
"user": "",
|
||||||
"pass": "",
|
"pass": "",
|
||||||
"noFileCache": false,
|
"noFileCache": false,
|
||||||
"connectTimeout": 2000,
|
"connectTimeout": 2000,
|
||||||
"backup": {
|
"backup": {
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"files": 24,
|
"files": 24,
|
||||||
"filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
|
"filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
|
||||||
"hours": 48,
|
"hours": 48,
|
||||||
"hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
|
"hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
|
||||||
"period": 120,
|
"period": 120,
|
||||||
"periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
|
"periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
|
||||||
"path": "",
|
"path": "",
|
||||||
"pathComment": "Absolute path to backup directory or empty to backup in data directory"
|
"pathComment": "Absolute path to backup directory or empty to backup in data directory"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"states" : {
|
"states" : {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
|
"typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 9000,
|
"port": 9000,
|
||||||
"maxQueue": 1000,
|
"maxQueue": 1000,
|
||||||
"options": {
|
"options": {
|
||||||
"auth_pass" : null,
|
"auth_pass" : null,
|
||||||
"retry_max_delay" : 15000
|
"retry_max_delay" : 15000
|
||||||
},
|
},
|
||||||
"backup": {
|
"backup": {
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"files": 24,
|
"files": 24,
|
||||||
"filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
|
"filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
|
||||||
"hours": 48,
|
"hours": 48,
|
||||||
"hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
|
"hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
|
||||||
"period": 120,
|
"period": 120,
|
||||||
"periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
|
"periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
|
||||||
"path": "",
|
"path": "",
|
||||||
"pathComment": "Absolute path to backup directory or empty to backup in data directory"
|
"pathComment": "Absolute path to backup directory or empty to backup in data directory"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"log": {
|
"log": {
|
||||||
"level": "info",
|
"level": "info",
|
||||||
"maxDays": 7,
|
"maxDays": 7,
|
||||||
"noStdout": true,
|
"noStdout": true,
|
||||||
"transport": {
|
"transport": {
|
||||||
"file1": {
|
"file1": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"filename": "log/yunkong2",
|
"filename": "log/yunkong2",
|
||||||
"fileext": ".log",
|
"fileext": ".log",
|
||||||
"maxsize": null,
|
"maxsize": null,
|
||||||
"maxFiles": null
|
"maxFiles": null
|
||||||
},
|
},
|
||||||
"syslog1": {
|
"syslog1": {
|
||||||
"type": "syslog",
|
"type": "syslog",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"host_comment": "The host running syslogd, defaults to localhost.",
|
"host_comment": "The host running syslogd, defaults to localhost.",
|
||||||
|
|
||||||
"port_comment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
|
"port_comment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
|
||||||
|
|
||||||
"protocol": "udp4",
|
"protocol": "udp4",
|
||||||
"protocol_comment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
|
"protocol_comment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
|
||||||
|
|
||||||
"path_comment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
|
"path_comment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
|
||||||
"facility_comment": "Syslog facility to use (Default: local0).",
|
"facility_comment": "Syslog facility to use (Default: local0).",
|
||||||
"localhost": "yunkong2",
|
"localhost": "yunkong2",
|
||||||
"localhost_comment": "Host to indicate that log messages are coming from (Default: localhost).",
|
"localhost_comment": "Host to indicate that log messages are coming from (Default: localhost).",
|
||||||
"sysLogType_comment": "The type of the syslog protocol to use (Default: BSD).",
|
"sysLogType_comment": "The type of the syslog protocol to use (Default: BSD).",
|
||||||
"app_name_comment": "The name of the application (Default: process.title).",
|
"app_name_comment": "The name of the application (Default: process.title).",
|
||||||
"eol_comment": "The end of line character to be added to the end of the message (Default: Message without modifications)."
|
"eol_comment": "The end of line character to be added to the end of the message (Default: Message without modifications)."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dataDirComment": "Always relative to yunkong2.js-controller/"
|
"dataDirComment": "Always relative to yunkong2.js-controller/"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user