2025-01-14 15:42:04 -05:00
|
|
|
{
|
|
|
|
"api": {
|
|
|
|
"main": {
|
|
|
|
"commandsEndpoint": "https://localhost:7184/api/command",
|
|
|
|
"queriesEndpoint": "https://localhost:7184/api/query"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"auth": {
|
2025-01-15 19:56:11 -05:00
|
|
|
"endpoint": "https://login-planb.openharbor.io/realms/constellation-heating",
|
|
|
|
"clientId": "web-app",
|
|
|
|
"scopes": "openid profile offline_access",
|
|
|
|
"responseType": "code",
|
2025-01-14 15:42:04 -05:00
|
|
|
"secureRoutes": [
|
|
|
|
"https://localhost:7184/"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|