18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"api": {
|
|
"main": {
|
|
"commandsEndpoint": "https://localhost:7184/api/command",
|
|
"queriesEndpoint": "https://localhost:7184/api/query"
|
|
}
|
|
},
|
|
"auth": {
|
|
"endpoint": "https://login-planb.openharbor.io/realms/constellation-heating",
|
|
"clientId": "web-app",
|
|
"scopes": "openid profile offline_access",
|
|
"responseType": "code",
|
|
"secureRoutes": [
|
|
"https://localhost:7184/"
|
|
]
|
|
}
|
|
}
|