X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=9c1136621612d4a8e1b2fd5c3abc9de78183f562;hb=8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4;hp=07bb26d5f078785eeb8e8f83b82c04b4b46568ad;hpb=48be26e1fcbd857b502b53d44b299ac63db64abf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 07bb26d5f..9c1136621 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -14,6 +14,20 @@ database: username: 'peertube' password: 'peertube' +redis: + hostname: 'localhost' + port: 6379 + auth: null + +smtp: + hostname: null + port: 465 + username: null + password: null + tls: true + ca_file: null # Used for self signed certificates + from_address: 'admin@example.com' + # From the project root directory storage: avatars: 'storage/avatars/' @@ -24,12 +38,15 @@ storage: torrents: 'storage/torrents/' cache: 'storage/cache/' +log: + level: 'info' # debug/info/warning/error + cache: previews: size: 1 # Max number of previews you want to cache admin: - email: 'admin@example.com' + email: 'admin@example.com' # Your personal email as administrator signup: enabled: false @@ -52,3 +69,8 @@ transcoding: 480p: true 720p: true 1080p: true + +instance: + name: 'PeerTube' + description: 'Welcome to this PeerTube instance!' # Support markdown + terms: 'No terms for now.' # Support markdown