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 c0dbf64b6..661eac0d5 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -115,8 +115,13 @@ cache: | |||
115 | size: 500 # Max number of video captions/subtitles you want to cache | 115 | size: 500 # Max number of video captions/subtitles you want to cache |
116 | 116 | ||
117 | admin: | 117 | admin: |
118 | # Used to generate the root user at first startup | ||
119 | # And to receive emails from the contact form | ||
118 | email: 'admin@example.com' | 120 | email: 'admin@example.com' |
119 | 121 | ||
122 | contact_form: | ||
123 | enabled: true | ||
124 | |||
120 | signup: | 125 | signup: |
121 | enabled: false | 126 | enabled: false |
122 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | 127 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited |