Initial commit of LittleShop project (excluding large archives)
- BTCPay Server integration - TeleBot Telegram bot - Review system - Admin area - Docker deployment configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,22 +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"
|
||||
}
|
||||
}
|
||||
{
|
||||
"LittleShop": {
|
||||
"ApiUrl": "http://localhost:5000",
|
||||
"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