node.js - Heroku App not Found -
i'm in myappname directory.
heroku config | app not found
i have type
heroku config --app myappname mongolab_uri: mongodb://herokuapp1234:abcd1234.mongolab.com:49538:heroku_app1234 path: bin:node_modules/.bin:/usr/local/bin:/usr/bin:/bin
how set heroku config detect app without using --app?
i'm guessing reason why app.js can't use process.env.mongolab_uri , application error when deploy heroku.
install heroku toolbelt in app directory.
Comments
Post a Comment