mirror of
https://github.com/sphildreth/roadie
synced 2024-11-26 14:10:21 +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": {
|
"Roadie.Api": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Production"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
},
|
},
|
||||||
"applicationUrl": "http://localhost:5123/"
|
"applicationUrl": "http://localhost:5123/"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue