summaryrefslogtreecommitdiffstats
path: root/backend/src/index.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-13 11:23:01 -0400
committerWes Bos <wesbos@gmail.com>2018-04-13 11:23:01 -0400
commit4f907fc051a9863e3cbea249b33a71009551f482 (patch)
tree73847400841dad8c1a28adfcf6eeed1f5e2ab97c /backend/src/index.js
parentfd01f1939b8db1e2da911b058f685cdb01bf3e71 (diff)
removed more
Diffstat (limited to 'backend/src/index.js')
-rw-r--r--backend/src/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/src/index.js b/backend/src/index.js
index 9f759ef..04d13cc 100644
--- a/backend/src/index.js
+++ b/backend/src/index.js
@@ -1,3 +1,6 @@
+/* eslint-disable */
+require('dotenv').config({ path: 'variables.env' });
+/* eslint-enable */
const jwt = require('jsonwebtoken');
const createServer = require('./createServer');