diff --git a/Roadie.Api/Properties/launchSettings.json b/Roadie.Api/Properties/launchSettings.json index e942ed4..4da01d5 100644 --- a/Roadie.Api/Properties/launchSettings.json +++ b/Roadie.Api/Properties/launchSettings.json @@ -3,7 +3,7 @@ "Roadie.Api": { "commandName": "Project", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Production" + "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "http://localhost:5123/" } diff --git a/Roadie.Api/appsettings.json b/Roadie.Api/appsettings.json index c118c0f..2ef5d53 100644 --- a/Roadie.Api/appsettings.json +++ b/Roadie.Api/appsettings.json @@ -96,17 +96,17 @@ "ApiKeys": [ { "ApiName": "BingImageSearch", - "Key": "629eb0b425ff4cbfb926b262ccd2e313" + "Key": "" }, { "ApiName": "LastFMApiKey", - "Key": "5175afa1b9ec99789f4e4e8955c1a19b", - "KeySecret": "38dd80ade64bd094e82a690046fce1d1" + "Key": "", + "KeySecret": "" }, { "ApiName": "DiscogsConsumerKey", - "Key": "qLhWWShjypNgLDDkpPTB", - "KeySecret": "fPzsROOQvvqBtuVsqEFnASLnRumaMDvh" + "Key": "", + "KeySecret": "" } ] },