mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-09 23:34:38 +01:00
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"bbfdmd": [
|
|
{
|
|
"section": "bbfdmd",
|
|
"description": "BBFDM daemon Settings",
|
|
"multi": false,
|
|
"options": [
|
|
{
|
|
"name": "enable",
|
|
"type": "boolean",
|
|
"required": "no",
|
|
"default": "1",
|
|
"description": "Enables bbfdmd"
|
|
},
|
|
{
|
|
"name": "debug",
|
|
"type": "boolean",
|
|
"required": "no",
|
|
"default": "",
|
|
"description": "Enabled debug logging"
|
|
},
|
|
{
|
|
"name": "loglevel",
|
|
"type": "unsigned integer",
|
|
"required": "no",
|
|
"default": "3",
|
|
"description": "Log verbosity value as per standard syslog"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"section": "micro_services",
|
|
"description": "Datamodel micro-service",
|
|
"multi": false,
|
|
"options": [
|
|
{
|
|
"name": "enable",
|
|
"type": "boolean",
|
|
"required": "no",
|
|
"default": "1",
|
|
"description": "Enables bbfdmd"
|
|
},
|
|
{
|
|
"name": "enable_core",
|
|
"type": "boolean",
|
|
"required": "no",
|
|
"default": "0",
|
|
"description": "Sets core flag in procd for datamodel microservices"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"section": "reload_handler",
|
|
"description": "bbf_configd Settings",
|
|
"multi": false,
|
|
"options": [
|
|
{
|
|
"name": "log_level",
|
|
"type": "unsigned integer",
|
|
"required": "no",
|
|
"default": "2",
|
|
"description": "Log verbosity value as per standard syslog"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|