Fix up some of the examples
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user