19 lines
475 B
JSON
19 lines
475 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Keycloak": {
|
|
"Authority": "http://localhost:8180/realms/digid",
|
|
"MedewerkerAuthority": "http://localhost:8180/realms/medewerker"
|
|
},
|
|
"Downstream": {
|
|
"Domain": { "BaseUrl": "http://localhost:8130/" },
|
|
"Projection": { "BaseUrl": "http://localhost:8120/" },
|
|
"Acl": { "BaseUrl": "http://localhost:8100/" }
|
|
}
|
|
}
|