2
0

Fix up some of the examples

This commit is contained in:
Jack Christensen
2019-04-13 14:31:16 -05:00
parent 6c0de9ff37
commit dac6bfdc61
4 changed files with 28 additions and 44 deletions
+1 -6
View File
@@ -8,12 +8,7 @@ between them.
## Connection configuration
The database connection is configured via the standard PostgreSQL environment variables.
* PGHOST - defaults to localhost
* PGUSER - defaults to current OS user
* PGPASSWORD - defaults to empty string
* PGDATABASE - defaults to user name
The database connection is configured via DATABASE_URL and standard PostgreSQL environment variables (PGHOST, PGUSER, etc.)
You can either export them then run chat: