This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Locally | |
| export variable=value | |
| Globally | |
| To set an environment variable, enter the following command: | |
| launchctl setenv variable "value" | |
| To find out if an environment variable is set, use the following command: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # runs console for AR queries | |
| heroku run console --app gamefinder | |
| # runs psql environment | |
| heroku pg:psql -a gamefinder | |
| # gives you config environment variables | |
| heroku config -a gamefinder | |
| # resets database on heroku |
NewerOlder