aboutsummaryrefslogtreecommitdiffstats
path: root/config_example.json
diff options
context:
space:
mode:
Diffstat (limited to 'config_example.json')
-rw-r--r--config_example.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/config_example.json b/config_example.json
deleted file mode 100644
index ad984aa..0000000
--- a/config_example.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "url": "http://[::1]:5280/api",
- "login": {
- "user": "metric-user",
- "server": "chat.sum7.eu",
- "password": "password"
- },
- "api": "rest",
-
- "--comment": "influxdb",
- "influxdb_host": "localhost",
- "influxdb_port": 8086,
- "influxdb_db": "ejabberd",
-
- "--comment": "prometheus",
- "prometheus_port": 8080,
- "prometheus_refresh": 10
-}