home · contact · privacy
Fix PeerTube config DB password bug.
[config] / buster / other_files / peertube_production.yaml
index 3cc2d81340d0659a02bf184bd931012d37cdfc4c..32f905f50c2bd16a012e8fc8b4a0d5e5a1c2047c 100644 (file)
@@ -34,6 +34,7 @@ trust_proxy:
 
 # Your database name will be "peertube"+database.suffix
 database:
+  password: 'peertube'
   hostname: 'localhost'
   port: 5432
   suffix: '_prod'