Files
Core.Inventory.DAL/Core.Inventory.DAL.API/appsettings.Local.json
Sergio Matias Urquin b60c6894bc Fix cache
2025-09-02 09:32:17 -06:00

27 lines
622 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": "100.123.31.103:6379"
},
"MongoDb": {
"DatabaseName": "Inventory",
"LocalAudience": "InventotyLocal"
},
"DetailedErrors": true,
"UseRedisCache": false,
"CacheSettings": {
"DefaultCacheDurationInMinutes": 3
},
"ServiceSettings": {
"ApplicationName": "inventory",
"LayerName": "dal"
}
}