From cf0357197e27d9cb4bf5039606c4b255e1943f46 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 17 Feb 2020 02:05:33 +0100 Subject: config file location overwrite + add environment toggle to overwrite the config directory setting ejabberd_metrics_dev to 1 / true -> set the config path inside the dev directory --- config_example.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 config_example.json (limited to 'config_example.json') 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 -} -- cgit v1.2.3-54-g00ecf