{
"a0": {
"google" : {
"clientId": "test-client-id",
"clientSecret": "test-client-secret"
},
"ADM_USERS" : [
{
"email": "[email protected]",
"password": "example123",
"level": 1
},
{
"email": "[email protected]",
"password": "example123",
"level": 2
},
{
"email": "[email protected]",
"password": false,
"level": 0
}
]
}
}