diff --git a/rootfs/PeerTube/config/production.yaml b/rootfs/PeerTube/config/production.yaml index 664e9a2..790b410 100644 --- a/rootfs/PeerTube/config/production.yaml +++ b/rootfs/PeerTube/config/production.yaml @@ -15,6 +15,20 @@ database: username: '' password: '' +redis: + hostname: 'redis_hostname' + port: 'redis_port' + auth: null + +smtp: + hostname: '' + port: + username: '' + password: '' + tls: + ca_file: null # Used for self signed certificates + from_address: '' + # From the project root directory storage: avatars: 'avatars/' @@ -25,6 +39,10 @@ storage: thumbnails: 'thumbnails/' torrents: 'torrents/' + +log: + level: 'info' # debug/info/warning/error + cache: previews: size: @@ -53,3 +71,12 @@ transcoding: 720p: 1080p: + +instance: + name: '' + description: '' # Support markdown + terms: '' # Support markdown + default_client_route: '/videos/trending' + customizations: + javascript: '' # Directly your JavaScript code (without