Skip to content
Snippets Groups Projects
Commit 6bfc5ad3 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Sample config

parent 0c236286
No related branches found
No related tags found
No related merge requests found
...@@ -753,20 +753,15 @@ uploads_path: "DATADIR/uploads" ...@@ -753,20 +753,15 @@ uploads_path: "DATADIR/uploads"
# This means that, if a validity period is set, and Synapse is restarted (it will # This means that, if a validity period is set, and Synapse is restarted (it will
# then derive an expiration date from the current validity period), and some time # then derive an expiration date from the current validity period), and some time
# after that the validity period changes and Synapse is restarted, the users' # after that the validity period changes and Synapse is restarted, the users'
# expiration dates won't be updated unless their account is manually renewed. # expiration dates won't be updated unless their account is manually renewed. This
# # date will be randomly selected within a range [now + period ; now + period + d],
# If set, the ``startup_job_max_delta`` optional setting will make the startup job # where d is equal to 10% of the validity period.
# described above set a random expiration date between t + period and
# t + period + startup_job_max_delta, t being the date and time at which the job
# sets the expiration date for a given user. This is useful for server admins that
# want to avoid Synapse sending a lot of renewal emails at once.
# #
#account_validity: #account_validity:
# enabled: True # enabled: True
# period: 6w # period: 6w
# renew_at: 1w # renew_at: 1w
# renew_email_subject: "Renew your %(app)s account" # renew_email_subject: "Renew your %(app)s account"
# startup_job_max_delta: 2d
# The user must provide all of the below types of 3PID when registering. # The user must provide all of the below types of 3PID when registering.
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment