diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 6363a5179..13219fd5d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -90,6 +90,11 @@ defaults: | |||
90 | # No licence by default | 90 | # No licence by default |
91 | licence: null | 91 | licence: null |
92 | 92 | ||
93 | p2p: | ||
94 | # Enable P2P by default | ||
95 | # Can be enabled/disabled by anonymous users and logged in users | ||
96 | enabled: true | ||
97 | |||
93 | # From the project root directory | 98 | # From the project root directory |
94 | storage: | 99 | storage: |
95 | tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... | 100 | tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... |