📝 Add precisions to some setting in conf template

This commit is contained in:
Luc Didry 2019-07-30 15:15:20 +02:00
parent e9fabba2db
commit fe1b9a31fa
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@
# # optional, default is `mail` # # optional, default is `mail`
# mail_attr => 'mail', # mail_attr => 'mail',
# # The `From` header of invitation mail can be the mail of the LDAP user # # The `From` header of invitation mail can be the mail of the LDAP user
# # Be sure to have a mail system that will correctly send the mail from your users! (DKIM, SPF…)
# # To enable this feature, set it to 1 # # To enable this feature, set it to 1
# # optional, disabled by default # # optional, disabled by default
# send_invitation_with_ldap_user_mail => 1, # send_invitation_with_ldap_user_mail => 1,
@ -251,6 +252,7 @@
# max_invitation_expiration_delay => 30, # max_invitation_expiration_delay => 30,
# # Once the guest has submitted his files, he has an additional period of time to submit forgotten files. # # Once the guest has submitted his files, he has an additional period of time to submit forgotten files.
# # You can set that additional period of time in minutes here. # # You can set that additional period of time in minutes here.
# # To disable that feature, set it to 0 or less
# # optional, default is 10 minutes # # optional, default is 10 minutes
# max_additional_period => 10, # max_additional_period => 10,
# # Lufi follows privacy-by-design, so, by default, no files URLs (with the decode secret) are stored in database. # # Lufi follows privacy-by-design, so, by default, no files URLs (with the decode secret) are stored in database.