InventoryAgent/Inventory.Agent/bin/Debug/net8.0/appsettings.json

14 lines
265 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"UPDATE_INTERVAL_MINUTES": 60,
"SLURPIT_URL": "",
"SLURPIT_API_KEY": "",
"ConnectionStrings": {
"DefaultConnection": ""
}
}