aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-24 11:38:57 +0200
committerChocobozzz <me@florianbigard.com>2020-08-24 11:38:57 +0200
commitb0ce7c39dce4be8d7c2775e8205f8abfe348a0de (patch)
tree7b8d7f03162fb3f15933b27fb5744694672a88dd /support/docker
parent4f24f16e27d942b063c945dde55b902572b7dee7 (diff)
downloadPeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.tar.gz
PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.tar.zst
PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.zip
Add ssl support to postgresql
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/production/config/production.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml
index a32cf1a89..6215b9fdf 100644
--- a/support/docker/production/config/production.yaml
+++ b/support/docker/production/config/production.yaml
@@ -30,6 +30,7 @@ trust_proxy:
30database: 30database:
31 hostname: 'postgres' 31 hostname: 'postgres'
32 port: 5432 32 port: 5432
33 ssl: false
33 suffix: '' 34 suffix: ''
34 username: 'postgres' 35 username: 'postgres'
35 password: 'postgres' 36 password: 'postgres'