You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example
(process.env.PORT, process.env.IP), dynamic based on environment
Create Database url
For c9
$ export DATABASEURL = mongodb://localhost/yelp_camp_v13
For heroku
go to heroku dashboard, setting, set for Config Vars
or $ heroku config:set DATABASEURL = xxxxx
Use Database URL
process.env.DATABASEURL
Good for hiding information