dwyl / dwyl/learn-node-js-by-example
What are Environment Variables and why are they useful?
Open
help wanted
question
- Dominant language
- HTML
- Stars
- 48
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
See:
- https://en.wikipedia.org/wiki/Environment_variable
- http://stackoverflow.com/questions/9198310/how-to-set-node-env-to-production-development-in-os-x
- http://docs.travis-ci.com/user/environment-variables/
``` sh
gem install travis
cd my_project
travis encrypt MY_SECRET_ENV=super_secret --add env.matrix
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.