aboutsummaryrefslogtreecommitdiffstats
path: root/config_example.json
blob: 9f9e3d0c1218bb374495ac7d41a4ceee90489939 (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,
	"database": "ejabberd",

	"--comment": "prometheus",
	"prometheus_port": 8080,
	"prometheus_refresh": 10
}