Files
API/TOOHUCardAPI/appsettings.json
2021-11-02 09:16:15 -04:00

24 lines
824 B
JSON

{
"ConnectionStrings": {
"Sqlite": "Data Source=test.db",
"postgres": "host=192.168.3.4;database=2huapi;user id=2huapi;password=2huapi;"
},
"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",
"StarterDeckGroupKey": "cardgroup1",
"StarterDeckGroupData": "48616B7572656920536872696E65#00022#00202#00045#20054#20172#00362#00055#00212#00075#00065#00085#00154#00242#00173#00163#20122#20194#00093#00312#00272#00262#20064#20132#00192#00282#00113#00012#00032#20104#00333#00103#20164"
}