diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 6 | ||||
-rw-r--r-- | config/production.yaml.example | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index c5bf8e457..615910478 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -162,6 +162,12 @@ import: | |||
162 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) | 162 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) |
163 | enabled: false | 163 | enabled: false |
164 | 164 | ||
165 | auto_blacklist: | ||
166 | # New videos automatically blacklisted so moderators can review before publishing | ||
167 | videos: | ||
168 | of_users: | ||
169 | enabled: false | ||
170 | |||
165 | instance: | 171 | instance: |
166 | name: 'PeerTube' | 172 | name: 'PeerTube' |
167 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | 173 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 306e5576d..5299484a5 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -176,6 +176,12 @@ import: | |||
176 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) | 176 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) |
177 | enabled: false | 177 | enabled: false |
178 | 178 | ||
179 | auto_blacklist: | ||
180 | # New videos automatically blacklisted so moderators can review before publishing | ||
181 | videos: | ||
182 | of_users: | ||
183 | enabled: false | ||
184 | |||
179 | # Instance settings | 185 | # Instance settings |
180 | instance: | 186 | instance: |
181 | name: 'PeerTube' | 187 | name: 'PeerTube' |