2021-08-25 20:15:31 +02:00
|
|
|
{
|
|
|
|
"urls": {
|
2022-07-15 15:35:30 +02:00
|
|
|
"notifications": "http://localhost:61840",
|
|
|
|
"scim": "http://localhost:44559"
|
2021-10-22 14:50:08 +02:00
|
|
|
},
|
|
|
|
"dev": {
|
|
|
|
"proxyApi": "http://localhost:4000",
|
|
|
|
"proxyIdentity": "http://localhost:33656",
|
|
|
|
"proxyEvents": "http://localhost:46273",
|
2024-01-22 14:39:27 +01:00
|
|
|
"proxyNotifications": "http://localhost:61840",
|
|
|
|
"wsConnectSrc": "ws://localhost:61840"
|
2022-07-13 18:22:58 +02:00
|
|
|
},
|
2024-03-21 17:09:44 +01:00
|
|
|
"additionalRegions": [
|
|
|
|
{
|
|
|
|
"key": "LOCAL",
|
|
|
|
"domain": "localhost",
|
|
|
|
"urls": {
|
|
|
|
"webVault": "https://localhost:8080"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2022-07-13 18:22:58 +02:00
|
|
|
"flags": {
|
2024-09-06 15:25:15 +02:00
|
|
|
"showPasswordless": true
|
2023-10-24 17:48:01 +02:00
|
|
|
},
|
|
|
|
"devFlags": {}
|
2021-08-25 20:15:31 +02:00
|
|
|
}
|