Config.get() Not Getting Configuration From File: "custom-environment-variables.json" Nodejs, JavaScript
Firstly you have a lot of syntactical errors for example in custom-environment-variables.json
{
"mail":{
"password":"app_password"
}
}
Now if u need to store the password of your mail server in the environment variables
On windows
$e...
Omar Saade
1