Reputation: 11842
I want to change the environment variable to start the app in production mode. Is it possible to do it in console with the client toolkit?
Upvotes: 1
Views: 38
Reputation: 457
Yes, it is possible as explained here in the docs
heroku config:set NAME=VALUE
Upvotes: 1