diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index d347b0ece..635a41e9e 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -21,6 +21,8 @@ database: | |||
21 | suffix: '_prod' | 21 | suffix: '_prod' |
22 | username: 'peertube' | 22 | username: 'peertube' |
23 | password: 'peertube' | 23 | password: 'peertube' |
24 | pool: | ||
25 | max: 5 | ||
24 | 26 | ||
25 | # Redis server for short time storage | 27 | # Redis server for short time storage |
26 | # You can also specify a 'socket' path to a unix socket but first need to | 28 | # You can also specify a 'socket' path to a unix socket but first need to |
@@ -104,6 +106,12 @@ transcoding: | |||
104 | 720p: false | 106 | 720p: false |
105 | 1080p: false | 107 | 1080p: false |
106 | 108 | ||
109 | import: | ||
110 | # Add ability for your users to import remote videos (from YouTube, torrent...) | ||
111 | videos: | ||
112 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | ||
113 | enabled: false | ||
114 | |||
107 | # Instance settings | 115 | # Instance settings |
108 | instance: | 116 | instance: |
109 | name: 'PeerTube' | 117 | name: 'PeerTube' |