23 lines
451 B
JSON
23 lines
451 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"MongoDB": "mongodb://localhost:27017",
|
|
"Redis": "localhost:6379"
|
|
},
|
|
"MongoDb": {
|
|
"DatabaseName": "Inventory",
|
|
"LocalAudience": "InventotyDev"
|
|
},
|
|
"DetailedErrors": true,
|
|
"UseRedisCache": true,
|
|
"CacheSettings": {
|
|
"DefaultCacheDurationInMinutes": 3
|
|
}
|
|
}
|