Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add a manual documenting config file options #12368

Merged
merged 13 commits into from
Apr 18, 2022
17 changes: 6 additions & 11 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@ database defaults to SQLite, which is not recommended for production usage. You
Configuration options that take a time period can be set using a number
followed by a letter. Letters have the following meanings:

s = second

m = minute

h = hour

d = day

w = week

y = year
* `s` = second
* `m` = minute
* `h` = hour
* `d` = day
* `w` = week
* `y` = year

For example, setting `redaction_retention_period: 5m` would remove redacted
messages from the database after 5 minutes, rather than 5 months.
Expand Down