littleshop/TeleBot/TeleBotClient/appsettings.json
2025-08-27 18:02:39 +01:00

22 lines
451 B
JSON

{
"LittleShop": {
"ApiUrl": "https://localhost:5001",
"Username": "admin",
"Password": "admin"
},
"Simulator": {
"MinItemsPerOrder": 1,
"MaxItemsPerOrder": 5,
"MinQuantityPerItem": 1,
"MaxQuantityPerItem": 3,
"DelayBetweenSimulations": 1000,
"EnableDetailedLogging": true
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"System": "Warning"
}
}
}