aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
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 /config
parent4f24f16e27d942b063c945dde55b902572b7dee7 (diff)
downloadPeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.tar.gz
PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.tar.zst
PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.zip
Add ssl support to postgresql
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
2 files changed, 2 insertions, 0 deletions
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:
37database: 37database:
38 hostname: 'localhost' 38 hostname: 'localhost'
39 port: 5432 39 port: 5432
40 ssl: false
40 suffix: '_dev' 41 suffix: '_dev'
41 username: 'peertube' 42 username: 'peertube'
42 password: 'peertube' 43 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:
36database: 36database:
37 hostname: 'localhost' 37 hostname: 'localhost'
38 port: 5432 38 port: 5432
39 ssl: false
39 suffix: '_prod' 40 suffix: '_prod'
40 username: 'peertube' 41 username: 'peertube'
41 password: 'peertube' 42 password: 'peertube'