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