summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 000000000000..ac26cbcb15b0
--- /dev/null
+++ b/config.json
@@ -0,0 +1,11 @@
+{
+ "host": "0.0.0.0",
+ "port": 5238,
+ "log_level": "info",
+ "data_path": "/etc/PanIndex/data",
+ "cert_file": "",
+ "key_file": "",
+ "config_query": "",
+ "db_type": "sqlite",
+ "dsn": "/etc/PanIndex/data/data.db"
+}