Commit 1584cc06 authored by Geovanny's avatar Geovanny

Minor changes to settings path

parent 4c9aaeab
env_path = process.cwd() + '/.env'
env_path = process.env.ENV_PATH ? process.env.ENV_PATH : '';
require('dotenv').config(env_path)
SETTINGS = process.env;
......
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