Commit 7e48d4e8 authored by Geovanny's avatar Geovanny

Minor changes to settings path

parent 1584cc06
env_path = process.env.ENV_PATH ? process.env.ENV_PATH : '';
require('dotenv').config(env_path)
env_path = process.env.ENV_PATH ? process.env.ENV_PATH : './.env';
require('dotenv').config({path:env_path})
SETTINGS = process.env;
module.exports = SETTINGS;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment