From 1d4fa8c08f10f49eaca2343365a5db2b477206bf Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Tue, 28 Apr 2020 11:44:10 +0100 Subject: [PATCH] docs: encourage ?ssl=true --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2c0ef8..9839cc2f 100644 --- a/README.md +++ b/README.md @@ -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 ```