Add LBRY_DAEMON_ACCESS_TOKEN

This commit is contained in:
Kristian Polso 2018-05-30 08:50:48 +03:00
parent f880e5fd94
commit 5583ecbe7e

View file

@ -51,6 +51,8 @@ app.get('/forward', function(req, res) {
}
req.query.access_token = process.env.LBRY_DAEMON_ACCESS_TOKEN;
request({
url: "http://daemon.lbry.tech",
qs: req.query