Skip to content
Snippets Groups Projects
Commit d583327b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

add reporting_provider to config

parent 0400340e
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,7 @@ CONFIG_SCHEMA = {
"hostname": {"type": "string"},
"listen_port": {"type": "integer"},
"inventory_provider": {"type": "string"},
"reporting_provider": {"type": "string"},
"datasources": {
"type": "object",
"properties": {
......@@ -203,6 +204,7 @@ CONFIG_SCHEMA = {
"admin_password",
"hostname",
"inventory_provider",
"reporting_provider",
"datasources",
"ignored_folders"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment