diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index fbe0dbbfb..421c19569 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -92,6 +92,11 @@ defaults: | |||
92 | # No licence by default | 92 | # No licence by default |
93 | licence: null | 93 | licence: null |
94 | 94 | ||
95 | p2p: | ||
96 | # Enable P2P by default | ||
97 | # Can be enabled/disabled by anonymous users and logged in users | ||
98 | enabled: true | ||
99 | |||
95 | # From the project root directory | 100 | # From the project root directory |
96 | storage: | 101 | storage: |
97 | tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... | 102 | tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... |
@@ -216,7 +221,7 @@ security: | |||
216 | enabled: true | 221 | enabled: true |
217 | 222 | ||
218 | tracker: | 223 | tracker: |
219 | # If you disable the tracker, you disable the P2P aspect of PeerTube | 224 | # If you disable the tracker, you disable the P2P on your PeerTube instance |
220 | enabled: true | 225 | enabled: true |
221 | # Only handle requests on your videos | 226 | # Only handle requests on your videos |
222 | # If you set this to false it means you have a public tracker | 227 | # If you set this to false it means you have a public tracker |