summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
authorfansuregrin2022-07-04 16:48:36 +0800
committerfansuregrin2022-07-04 16:48:36 +0800
commit64796a3132b7e4d641101f1d3cfd2705938b92d6 (patch)
treed6ad5ffca4161ac00670bbc711f14a61ba187d96 /config.json
parenteba35c3a426987412300f250d6f91180b8930290 (diff)
downloadaur-panindex.tar.gz
update to v3.0.8
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"
+}