ogcp/ogcp/cfg/ogcp.json

20 lines
271 B
JSON

{
"IP": "127.0.0.1",
"PORT": 8888,
"API_TOKEN": "c3fe7bb0395747ec42a25df027585871",
"USERS": [
{
"USER": "admin",
"PASS": "pass",
"SCOPES": [ ]
},
{
"USER": "user",
"PASS": "pass",
"SCOPES": [
"Unidad Organizativa (Default)"
]
}
]
}