console.log dotenv 3
This commit is contained in:
@@ -9,6 +9,7 @@ var path = require('path')
|
|||||||
module.exports = () => {
|
module.exports = () => {
|
||||||
// call dotenv and it will return an Object with a parsed key
|
// call dotenv and it will return an Object with a parsed key
|
||||||
const env = dotenv.config().parsed
|
const env = dotenv.config().parsed
|
||||||
|
console.log('process------', process.env)
|
||||||
console.log('env------', dotenv.config())
|
console.log('env------', dotenv.config())
|
||||||
|
|
||||||
// reduce env variables to an oject
|
// reduce env variables to an oject
|
||||||
|
|||||||
Reference in New Issue
Block a user