From b0ce7c39dce4be8d7c2775e8205f8abfe348a0de Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 24 Aug 2020 11:38:57 +0200 Subject: Add ssl support to postgresql --- config/default.yaml | 1 + config/production.yaml.example | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index a3af1b15f..0c2d165be 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -37,6 +37,7 @@ trust_proxy: database: hostname: 'localhost' port: 5432 + ssl: false suffix: '_dev' username: 'peertube' password: 'peertube' diff --git a/config/production.yaml.example b/config/production.yaml.example index c1e7c6c03..ca9c16739 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -36,6 +36,7 @@ trust_proxy: database: hostname: 'localhost' port: 5432 + ssl: false suffix: '_prod' username: 'peertube' password: 'peertube' -- cgit v1.2.3