Skip to content

Instantly share code, notes, and snippets.

@barakmich
Created October 24, 2015 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barakmich/557a2b80a24574406302 to your computer and use it in GitHub Desktop.
Save barakmich/557a2b80a24574406302 to your computer and use it in GitHub Desktop.
{
"database": "sql",
"db_path": "postgres://cayley:graph@localhost/cayley?sslmode=disable",
}
General form is postgres://[username:password@]host[:port]/database-name -- the sslmode is optional. Full details available at the SQL driver, here: https://godoc.org/github.com/lib/pq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment