Core.Inventory.DAL/Core.Inventory.DAL.API/appsettings.Local.json
2025-06-22 04:38:36 -06:00

27 lines
607 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": ""
},
"DetailedErrors": true,
"UseRedisCache": true,
"CacheSettings": {
"DefaultCacheDurationInMinutes": 3
},
"ServiceSettings": {
"ApplicationName": "inventory",
"LayerName": "dal"
}
}