Skip to content

Instantly share code, notes, and snippets.

@LouisRitchie
Last active January 7, 2020 19:00
Show Gist options
  • Save LouisRitchie/b1e8e3670b95c3e73d7bc98310721d3d to your computer and use it in GitHub Desktop.
Save LouisRitchie/b1e8e3670b95c3e73d7bc98310721d3d to your computer and use it in GitHub Desktop.
Template for database url using postgres protocol
DATABASE_URL="postgres://myuser:mypass@localhost:port/somedatabase"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment