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": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5123/"
}

View file

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