Add customer communication system
This commit is contained in:
22
TeleBot/TeleBotClient/appsettings.json
Normal file
22
TeleBot/TeleBotClient/appsettings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user