aboutsummaryrefslogtreecommitdiffstats
path: root/config_example.json
blob: ad984aa75141edd978c44d5f5a7531b7293e9f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"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
}