diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index 421c19569..e254c2c28 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -93,9 +93,15 @@ defaults: | |||
93 | licence: null | 93 | licence: null |
94 | 94 | ||
95 | p2p: | 95 | p2p: |
96 | # Enable P2P by default | 96 | # Enable P2P by default in PeerTube client |
97 | # Can be enabled/disabled by anonymous users and logged in users | 97 | # Can be enabled/disabled by anonymous users and logged in users |
98 | enabled: true | 98 | webapp: |
99 | enabled: true | ||
100 | |||
101 | # Enable P2P by default in PeerTube embed | ||
102 | # Can be enabled/disabled by URL option | ||
103 | embed: | ||
104 | enabled: true | ||
99 | 105 | ||
100 | # From the project root directory | 106 | # From the project root directory |
101 | storage: | 107 | storage: |