Skip to content

Commit

Permalink
docs: encourage ?ssl=true
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Apr 28, 2020
1 parent deeb5db commit 1d4fa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = async (payload, helpers) => {
```bash
npx graphile-worker -c "my_db"
# or, if you have a remote database, something like:
# npx graphile-worker -c "postgres://user:pass@host:port/db?ssl=1"
# npx graphile-worker -c "postgres://user:pass@host:port/db?ssl=true"
# or, if you prefer envvars
# DATABASE_URL="..." npx graphile-worker
```
Expand Down

0 comments on commit 1d4fa8c

Please sign in to comment.