18 lines
369 B
JSON
18 lines
369 B
JSON
|
{
|
||
|
"api": {
|
||
|
"main": {
|
||
|
"commandsEndpoint": "https://localhost:7184/api/command",
|
||
|
"queriesEndpoint": "https://localhost:7184/api/query"
|
||
|
}
|
||
|
},
|
||
|
"auth": {
|
||
|
"endpoint": "https://login-planb.openharbor.io/realms/plan-b",
|
||
|
"clientId": "",
|
||
|
"scopes": "",
|
||
|
"responseType": "",
|
||
|
"secureRoutes": [
|
||
|
"https://localhost:7184/"
|
||
|
]
|
||
|
}
|
||
|
}
|