2021-07-01 16:04:30 +02:00
|
|
|
{
|
|
|
|
"globalSettings": {
|
|
|
|
"baseServiceUri": {
|
|
|
|
"vault": "https://localhost:8080",
|
|
|
|
"api": "http://localhost:4000",
|
|
|
|
"identity": "http://localhost:33656",
|
|
|
|
"admin": "http://localhost:62911",
|
|
|
|
"notifications": "http://localhost:61840",
|
|
|
|
"sso": "http://localhost:51822",
|
|
|
|
"internalNotifications": "http://localhost:61840",
|
|
|
|
"internalAdmin": "http://localhost:62911",
|
|
|
|
"internalIdentity": "http://localhost:33656",
|
|
|
|
"internalApi": "http://localhost:4000",
|
2022-04-07 12:37:11 +02:00
|
|
|
"internalVault": "https://localhost:8080",
|
2022-07-14 21:58:48 +02:00
|
|
|
"internalSso": "http://localhost:51822",
|
2024-09-26 15:18:21 +02:00
|
|
|
"internalScim": "http://localhost:44559",
|
|
|
|
"internalBilling": "http://localhost:44519"
|
2021-07-01 18:11:02 +02:00
|
|
|
},
|
2021-10-13 19:30:03 +02:00
|
|
|
"mail": {
|
|
|
|
"smtp": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 10250
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"events": {
|
|
|
|
"connectionString": "UseDevelopmentStorage=true"
|
|
|
|
},
|
|
|
|
"storage": {
|
|
|
|
"connectionString": "UseDevelopmentStorage=true"
|
2021-07-01 16:04:30 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|