summaryrefslogtreecommitdiffstats
path: root/ogcp/cfg/ogcp.json
blob: 0a47a07691ac46d36af25e2760bdcf317e985825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"IP": "127.0.0.1",
	"PORT": 8888,
	"API_TOKEN": "c3fe7bb0395747ec42a25df027585871",
	"LANG": "en",
	"USERS": [
		{
			"USER": "admin",
			"PASS": "pass",
			"SCOPES": [ ]
		},
		{
			"USER": "user",
			"PASS": "pass",
			"SCOPES": [
				"Unidad Organizativa (Default)"
			]
		}
	]
}