Open brauliobo opened 4 months ago
This PR adds and configures dotenv as an useful way of loading environment variables.
It is makes the access of all process.env keys feasible and remove a hack to the NODE_ENV var.
process.env
NODE_ENV
This PR adds and configures dotenv as an useful way of loading environment variables.
It is makes the access of all
process.env
keys feasible and remove a hack to theNODE_ENV
var.