From 0b45c365d2092609fd6b5b0ca900e39c29c34fe1 Mon Sep 17 00:00:00 2001 From: Aaron Gentle Date: Thu, 1 Jun 2017 23:42:00 +1000 Subject: [PATCH] Update nzb2influx.js --- nzb2influx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzb2influx.js b/nzb2influx.js index 548149b..ec59467 100644 --- a/nzb2influx.js +++ b/nzb2influx.js @@ -16,7 +16,7 @@ const nzbgetConfig = { host: process.env.NZBGET_HOST || 'localhost', protocol: process.env.NZBGET_PROTOCOL ||'http', port: process.env.NZBGET_PORT || 6789, - username: process.env.NZBGET_PASSWORD || '', + username: process.env.NZBGET_USERNAME || '', password: process.env.NZBGET_PASSWORD || '' };