Files
API/TOOHUCardAPI/appsettings.json

21 lines
451 B
JSON

{
"ConnectionStrings": {
"Sqlite": "Data Source=test.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"PointsPerLevel": "10",
"PointsPerLevelNormal": "5",
"PointsPerKey": "2",
"FirstWinBonusPointsMin": "1",
"FirstWinBonusPointsMax": "5",
"DailyKeyBonus": "2",
"MaxKeyPurchaseAmount": "200"
}