Add web interface module
This commit is contained in:
@@ -147,6 +147,11 @@ INITIAL_CONFIG = OrderedDict([
|
||||
"value": "",
|
||||
"help": "command that is run after changes to storage",
|
||||
"type": str})])),
|
||||
("web", OrderedDict([
|
||||
("type", {
|
||||
"value": "none",
|
||||
"help": "web interface backend",
|
||||
"type": str})])),
|
||||
("logging", OrderedDict([
|
||||
("config", {
|
||||
"value": "",
|
||||
|
||||
Reference in New Issue
Block a user