diff --git a/HorseRacingPredictor/HorseRacingPredictor/HorseRacingPredictor/appsettings.json b/HorseRacingPredictor/HorseRacingPredictor/HorseRacingPredictor/appsettings.json deleted file mode 100644 index aead0d3..0000000 --- a/HorseRacingPredictor/HorseRacingPredictor/HorseRacingPredictor/appsettings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "ConnectionStrings": { - "Football": "Server=DESKTOP-9O9JHFS;Database=TestBS_Football;User Id=sa;Password=Asti2019;TrustServerCertificate=True", - "Horses": "Server=DESKTOP-9O9JHFS;Database=TestBS_Horses;User Id=sa;Password=Asti2019;TrustServerCertificate=True" - }, - "Api": { - "FootballApiKey": "f3795ccef056c5478d316162517d9970", - "FootballApiKeyHeader": "x-rapidapi-key", - "FootballApiHost": "v3.football.api-sports.io" - } -}