Last active
January 22, 2019 18:18
-
-
Save SerhatTeker/ba92239923fc5300e3714dbcaecd7ca3 to your computer and use it in GitHub Desktop.
virtualenv active appendix for 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
export $(grep -v '^#' ./.envs/.env.dev | xargs) | |
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment