]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/config/production.yaml
Fix admin edition disabling feature
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / production.yaml
index a32cf1a89038de64e822b9f6eecaed2b1ecc2baf..3bff8a0b00d7c5b6f8296fce32562a1aaf4f3d64 100644 (file)
@@ -30,6 +30,7 @@ trust_proxy:
 database:
   hostname: 'postgres'
   port: 5432
+  ssl: false
   suffix: ''
   username: 'postgres'
   password: 'postgres'
@@ -42,7 +43,7 @@ redis:
 
 # From the project root directory
 storage:
-  tmp: '../data/tmp/'
+  tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
   avatars: '../data/avatars/'
   videos: '../data/videos/'
   streaming_playlists: '../data/streaming-playlists'
@@ -54,18 +55,24 @@ storage:
   captions: '../data/captions/'
   cache: '../data/cache/'
   plugins: '../data/plugins/'
-  # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images
+  # Overridable client files in client/dist/assets/images :
+  # - logo.svg
+  # - favicon.png
+  # - default-playlist.jpg
+  # - default-avatar-account.png
+  # - default-avatar-video-channel.png
+  # - and icons/*.png (PWA)
   # Could contain for example assets/images/favicon.png
   # If the file exists, peertube will serve it
   # If not, peertube will fallback to the default fil
   client_overrides: '../data/client-overrides/'
 
 log:
-  level: 'info' # debug/info/warning/error
+  level: 'info' # 'debug' | 'info' | 'warn' | 'error'
 
 tracker:
   enabled: true
-  reject_too_many_announces: false # false because we have issues with traefik and ws ip/port forwarding
+  reject_too_many_announces: false # false because we have issues with docker ws ip/port forwarding
 
 admin:
   email: null