Skip to content

Instantly share code, notes, and snippets.

@SerhatTeker
Last active January 22, 2019 18:18
Show Gist options
  • Save SerhatTeker/ba92239923fc5300e3714dbcaecd7ca3 to your computer and use it in GitHub Desktop.
Save SerhatTeker/ba92239923fc5300e3714dbcaecd7ca3 to your computer and use it in GitHub Desktop.
virtualenv active appendix for env vars
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