Skip to content

Instantly share code, notes, and snippets.

@aswinzz
Created January 25, 2019 19:29
Show Gist options
  • Save aswinzz/1c9b2fd5bb232bc58123636d8a8b1994 to your computer and use it in GitHub Desktop.
Save aswinzz/1c9b2fd5bb232bc58123636d8a8b1994 to your computer and use it in GitHub Desktop.
const POSTGRES_CONNECTION_STRING = `postgres://${process.env.POSTGRES_USERNAME}:${process.env.POSTGRES_PASSWORD}@${process.env.POSTGRES_HOSTNAME}:${process.env.POSTGRES_PORT}/hasuradb`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment