Files
API/TOOHUCardAPI/appsettings.json

19 lines
391 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",
"FirstWinBonusPoints": "2",
"MaxKeyPurchaseAmount": "200"
}