Add LBRY_DAEMON_ACCESS_TOKEN
This commit is contained in:
parent
f880e5fd94
commit
5583ecbe7e
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ app.get('/forward', function(req, res) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
req.query.access_token = process.env.LBRY_DAEMON_ACCESS_TOKEN;
|
||||||
|
|
||||||
request({
|
request({
|
||||||
url: "http://daemon.lbry.tech",
|
url: "http://daemon.lbry.tech",
|
||||||
qs: req.query
|
qs: req.query
|
||||||
|
|
Loading…
Add table
Reference in a new issue