mirror of
https://github.com/sphildreth/roadie
synced 2024-11-22 20:23:16 +00:00
Trying to fix screw up.
This commit is contained in:
parent
96c2853d51
commit
740683e93b
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
"Roadie.Api": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Production"
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:5123/"
|
||||
}
|
||||
|
|
|
@ -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>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue