9 # Your database name will be "peertube"+database.suffix
28 ca_file: null # Used for self signed certificates
29 from_address: 'admin@example.com'
31 # From the project root directory
33 avatars: 'storage/avatars/'
34 videos: 'storage/videos/'
36 previews: 'storage/previews/'
37 thumbnails: 'storage/thumbnails/'
38 torrents: 'storage/torrents/'
39 cache: 'storage/cache/'
42 level: 'info' # debug/info/warning/error
46 size: 1 # Max number of previews you want to cache
49 email: 'admin@example.com' # Your personal email as administrator
53 limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
56 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).
60 # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
61 # In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions.
62 # Uses a lot of CPU and increases storage!
66 resolutions: # Only created if the original video has a higher resolution
75 description: 'Welcome to this PeerTube instance!' # Support markdown
76 terms: 'No terms for now.' # Support markdown
78 javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime
79 css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime