Files
Clarity/Clarity.Server/appsettings.Development.json
2026-04-26 12:48:02 -04:00

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"
}