diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 3 | ||||
-rw-r--r-- | config/production.yaml.example | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index 9b90bacfc..3d0ae6e87 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -77,7 +77,7 @@ email: | |||
77 | 77 | ||
78 | # From the project root directory | 78 | # From the project root directory |
79 | storage: | 79 | storage: |
80 | tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before processing... | 80 | tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... |
81 | avatars: 'storage/avatars/' | 81 | avatars: 'storage/avatars/' |
82 | videos: 'storage/videos/' | 82 | videos: 'storage/videos/' |
83 | streaming_playlists: 'storage/streaming-playlists/' | 83 | streaming_playlists: 'storage/streaming-playlists/' |
@@ -229,6 +229,7 @@ contact_form: | |||
229 | signup: | 229 | signup: |
230 | enabled: false | 230 | enabled: false |
231 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 231 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |
232 | minimum_age: 16 # Used to configure the signup form | ||
232 | requires_email_verification: false | 233 | requires_email_verification: false |
233 | filters: | 234 | filters: |
234 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist | 235 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 47ef47279..282a631f9 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -75,7 +75,7 @@ email: | |||
75 | 75 | ||
76 | # From the project root directory | 76 | # From the project root directory |
77 | storage: | 77 | storage: |
78 | tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing... | 78 | tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... |
79 | avatars: '/var/www/peertube/storage/avatars/' | 79 | avatars: '/var/www/peertube/storage/avatars/' |
80 | videos: '/var/www/peertube/storage/videos/' | 80 | videos: '/var/www/peertube/storage/videos/' |
81 | streaming_playlists: '/var/www/peertube/storage/streaming-playlists/' | 81 | streaming_playlists: '/var/www/peertube/storage/streaming-playlists/' |
@@ -239,6 +239,7 @@ contact_form: | |||
239 | signup: | 239 | signup: |
240 | enabled: false | 240 | enabled: false |
241 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 241 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |
242 | minimum_age: 16 | ||
242 | requires_email_verification: false | 243 | requires_email_verification: false |
243 | filters: | 244 | filters: |
244 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist | 245 | cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist |