17 lines
315 B
JSON
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"
|
|
}
|
|
}
|