Devs love ZenUML
Devs love ZenUML

Reputation: 11842

Can I setup heroku environment variables with CLI?

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

Answers (1)

Dariusz Aniszewski
Dariusz Aniszewski

Reputation: 457

Yes, it is possible as explained here in the docs

heroku config:set NAME=VALUE

Upvotes: 1

Related Questions