diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
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: | |||
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' |
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' |