mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Implement contact form on server side
This commit is contained in:
+6
-1
@@ -102,7 +102,12 @@ cache:
|
||||
size: 500 # Max number of video captions/subtitles you want to cache
|
||||
|
||||
admin:
|
||||
email: 'admin@example.com' # Your personal email as administrator
|
||||
# Used to generate the root user at first startup
|
||||
# And to receive emails from the contact form
|
||||
email: 'admin@example.com'
|
||||
|
||||
contact_form:
|
||||
enabled: true
|
||||
|
||||
signup:
|
||||
enabled: false
|
||||
|
||||
@@ -115,8 +115,13 @@ cache:
|
||||
size: 500 # Max number of video captions/subtitles you want to cache
|
||||
|
||||
admin:
|
||||
# Used to generate the root user at first startup
|
||||
# And to receive emails from the contact form
|
||||
email: 'admin@example.com'
|
||||
|
||||
contact_form:
|
||||
enabled: true
|
||||
|
||||
signup:
|
||||
enabled: false
|
||||
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
|
||||
|
||||
@@ -21,6 +21,9 @@ smtp:
|
||||
log:
|
||||
level: 'debug'
|
||||
|
||||
contact_form:
|
||||
enabled: true
|
||||
|
||||
redundancy:
|
||||
videos:
|
||||
check_interval: '10 minutes'
|
||||
|
||||
Reference in New Issue
Block a user