]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/config/production.yaml
Add ssl support to postgresql
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / production.yaml
index a32cf1a89038de64e822b9f6eecaed2b1ecc2baf..6215b9fdfa3864152d357db57a4762209eb62512 100644 (file)
@@ -30,6 +30,7 @@ trust_proxy:
 database:
   hostname: 'postgres'
   port: 5432
+  ssl: false
   suffix: ''
   username: 'postgres'
   password: 'postgres'