From 1a183ba0fcdcedd2bb53691b394e8e7c08ea3f39 Mon Sep 17 00:00:00 2001 From: Mark Steve Samson <26679+marksteve@users.noreply.github.com> Date: Thu, 22 Apr 2021 09:15:23 +0800 Subject: [PATCH] Document and include PGSSLMODE in sample env file (#2052) --- .env.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.sample b/.env.sample index c0436816..b0c38a84 100644 --- a/.env.sample +++ b/.env.sample @@ -20,6 +20,8 @@ UTILS_SECRET=generate_a_new_key # should work out of the box. DATABASE_URL=postgres://user:pass@localhost:5532/outline DATABASE_URL_TEST=postgres://user:pass@localhost:5532/outline-test +# Uncomment this to disable SSL for connecting to Postgres +# PGSSLMODE=disable REDIS_URL=redis://localhost:6479 # URL should point to the fully qualified, publicly accessible URL. If using a