console.log dotenv 3

This commit is contained in:
andres alcocer
2022-02-08 18:53:25 -05:00
parent 0be7646158
commit f98eae39fc

View File

@@ -9,6 +9,7 @@ var path = require('path')
module.exports = () => {
// call dotenv and it will return an Object with a parsed key
const env = dotenv.config().parsed
console.log('process------', process.env)
console.log('env------', dotenv.config())
// reduce env variables to an oject