summaryrefslogtreecommitdiffstats
path: root/ogcp/cfg/ogcp.json
blob: b5f36064972cad1902e6d0830eb3201341898957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"IP": "127.0.0.1",
	"PORT": 8888,
	"API_TOKEN": "c3fe7bb0395747ec42a25df027585871",
	"USERS": [
		{
			"USER": "admin",
			"PASS": "pass"
		},
		{
			"USER": "user",
			"PASS": "pass"
		}
	]
}