Created
December 9, 2014 21:43
-
-
Save laser/8f19bfbc250c8702aa8f to your computer and use it in GitHub Desktop.
source me
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
export DATABASE_URL="postgres://psql@localhost:5432/soundselect" | |
export BONSAI_URL=http://localhost:9200 | |
export TZ='UTC' | |
export RBSS_HEAPDUMP_INTERVAL=5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can add this to ~/.zshrc to have it automatically set the ENV vars from sourceme.sh when you cd into the directory: