Trying to fix screw up.

This commit is contained in:
Steven Hildreth 2019-06-08 17:34:24 -05:00
parent 96c2853d51
commit 740683e93b
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
"Roadie.Api": { "Roadie.Api": {
"commandName": "Project", "commandName": "Project",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production" "ASPNETCORE_ENVIRONMENT": "Development"
}, },
"applicationUrl": "http://localhost:5123/" "applicationUrl": "http://localhost:5123/"
} }

View file

@ -96,17 +96,17 @@
"ApiKeys": [ "ApiKeys": [
{ {
"ApiName": "BingImageSearch", "ApiName": "BingImageSearch",
"Key": "629eb0b425ff4cbfb926b262ccd2e313" "Key": "<KEY HERE>"
}, },
{ {
"ApiName": "LastFMApiKey", "ApiName": "LastFMApiKey",
"Key": "5175afa1b9ec99789f4e4e8955c1a19b", "Key": "<KEY HERE>",
"KeySecret": "38dd80ade64bd094e82a690046fce1d1" "KeySecret": "<SECRET HERE>"
}, },
{ {
"ApiName": "DiscogsConsumerKey", "ApiName": "DiscogsConsumerKey",
"Key": "qLhWWShjypNgLDDkpPTB", "Key": "<KEY HERE>",
"KeySecret": "fPzsROOQvvqBtuVsqEFnASLnRumaMDvh" "KeySecret": "<SECRET HERE>"
} }
] ]
}, },