22 lines
514 B
JSON
22 lines
514 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"MongoDB": "mongodb://admin_agile:Admin%40agileWebs@portainer.white-enciso.pro:27017/?authMechanism=SCRAM-SHA-256",
|
|
"Redis": "localhost:6379"
|
|
},
|
|
"MongoDb": {
|
|
"DatabaseName": "Inventory",
|
|
"LocalAudience": ""
|
|
},
|
|
"DetailedErrors": true,
|
|
"UseRedisCache": true,
|
|
"CacheSettings": {
|
|
"DefaultCacheDurationInMinutes": 3
|
|
}
|
|
} |