diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-24 11:38:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-24 11:38:57 +0200 |
commit | b0ce7c39dce4be8d7c2775e8205f8abfe348a0de (patch) | |
tree | 7b8d7f03162fb3f15933b27fb5744694672a88dd /config/production.yaml.example | |
parent | 4f24f16e27d942b063c945dde55b902572b7dee7 (diff) | |
download | PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.tar.gz PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.tar.zst PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.zip |
Add ssl support to postgresql
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
36 | database: | 36 | database: |
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' |