25c937e41c
Co-authored-by: Copilot <copilot@github.com>
19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Keycloak": {
|
|
"Realm": "clarity-fdev-app-clarity-01000000",
|
|
"BaseUrl": "https://keycloak.clarity.test",
|
|
"InternalUrl": "http://localhost:8080"
|
|
},
|
|
"Vault": {
|
|
"Address": "http://localhost:8200",
|
|
"Token": "hvs.YLYBCUXgeJM3Gq4C10tWBWjw"
|
|
},
|
|
"Tenant__Id": "fdev-app-clarity-01000000"
|
|
}
|