Created
October 24, 2015 19:50
-
-
Save barakmich/557a2b80a24574406302 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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