1.0.4 • Published 9 years ago
dotenv-example v1.0.4
dotenv-example
Lets you create sample copies of the settings file, keeping the values empty, making it easier to share.
Install
npm install -g dotenv-exampleInstructions
move to local from .env file
BD_HOST=mongo://Localhost/test
BD_USER=root
BD_PASS=rootrun cmd in bash, terminal or prompt
dotenvexampleand get .env.example file in same dir
BD_HOST=
BD_USER=
BD_PASS=See dotenvexample -h for more options