ng-constellation-heating-app/public/settings.json

18 lines
424 B
JSON
Raw Normal View History

{
"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/"
]
}
}