Created
May 5, 2016 16:44
-
-
Save ch1ago/b91a8009b7e99b7cc8506ad2cdad0acf to your computer and use it in GitHub Desktop.
heroku env vars
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
heroku run printenv | |
TERM=xterm-256color | |
[email protected] | |
RACK_ENV=production | |
COLUMNS=178 | |
DYNO=run.7767 | |
PATH=/app/bin:/app/vendor/bundle/bin:/app/vendor/bundle/ruby/2.3.0/bin:/usr/local/bin:/usr/bin:/bin | |
SECRET_KEY_BASE=65532e343c197ebe55e22ad2ae00c37b94529573c74cf344774217e5a35f8f884810a2e3a370bf28f6319d7c079b7729a19ba7eecfb72c5110a1b055f9a4f6f2 | |
PWD=/app | |
RAILS_SERVE_STATIC_FILES=enabled | |
LANG=en_US.UTF-8 | |
PS1=\[\033[01;34m\]\w\[\033[00m\] \[\033[01;32m\]$ \[\033[00m\] | |
LINES=51 | |
SHLVL=1 | |
HOME=/app | |
SENDGRID_PASSWORD=pnedgrnn8363 | |
RAILS_ENV=production | |
GEM_PATH=/app/vendor/bundle/ruby/2.3.0: | |
PORT=59973 | |
DATABASE_URL=postgres://phfuepyvwuyywf:Ex_5z8lIy9GRQWiRqRgzb7bdfj@ec2-54-83-51-0.compute-1.amazonaws.com:5432/d5ps61tlfefe0t | |
_=/usr/bin/printenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment