mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 22:45:05 +00:00
Updated documentation.
This commit is contained in:
parent
b57b958f25
commit
235c92ea0c
2 changed files with 4 additions and 2 deletions
|
@ -91,8 +91,8 @@ has the user id as name and contains the following subdirectories and files:
|
||||||
User configuration file.
|
User configuration file.
|
||||||
.It Pa user_o.json
|
.It Pa user_o.json
|
||||||
User configuration override file. This file is intended for administrators to
|
User configuration override file. This file is intended for administrators to
|
||||||
override some user preferences (e.g. for setting shorter purge days that what
|
override some user preferences. For current version, the fields that can be
|
||||||
the user may have defined).
|
overridden are 'purge_days' and 'email'.
|
||||||
.It Pa key.json
|
.It Pa key.json
|
||||||
Secret/public key PEM data.
|
Secret/public key PEM data.
|
||||||
.It Pa followers.idx
|
.It Pa followers.idx
|
||||||
|
|
|
@ -174,6 +174,8 @@ this option if something is very broken.
|
||||||
By setting this value, you can specify the exact number of threads
|
By setting this value, you can specify the exact number of threads
|
||||||
.Nm
|
.Nm
|
||||||
will use when processing connections. Values lesser than 4 will be ignored.
|
will use when processing connections. Values lesser than 4 will be ignored.
|
||||||
|
.It Ic disable_email_notifications
|
||||||
|
By setting this to true, no email notification will be sent for any user.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
You must restart the server to make effective these changes.
|
You must restart the server to make effective these changes.
|
||||||
|
|
Loading…
Reference in a new issue