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/default.yaml | |
parent | 4f24f16e27d942b063c945dde55b902572b7dee7 (diff) | |
download | PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.tar.gz PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.tar.zst PeerTube-b0ce7c39dce4be8d7c2775e8205f8abfe348a0de.zip |
Add ssl support to postgresql
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 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: | |||
37 | database: | 37 | database: |
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' |