Added dotenv to easily add environment variables in .env file

This commit is contained in:
Key Networks
2017-12-14 17:53:03 +08:00
parent 0e8afc9ca6
commit f5cbc66943
5 changed files with 39 additions and 5 deletions
+2
View File
@@ -4,6 +4,8 @@
Licensed under GPLv3 - see LICENSE for details.
*/
require('dotenv').config();
const express = require('express');
const path = require('path');
const favicon = require('serve-favicon');