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

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -