Core.Blueprint.DAL/Core.Blueprint.DAL.API/appsettings.Local.json
2025-06-01 22:53:59 -06:00

17 lines
315 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"CacheSettings": {
"DefaultCacheDurationInMinutes": 3
},
"Vault": {
"Address": "http://localhost:8200",
"Token": "hvs.kDZnAfrvfcMNrom6RmlEhZ7I",
"SecretMount": "secret"
}
}