diff options
author | Raphael <mail@raphaelkabo.com> | 2024-02-25 21:30:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 21:30:46 +0000 |
commit | afd9fc4477fff90e5db917f350d99c3d01fba2bd (patch) | |
tree | 76eb4af4467e9169e97593b2b991be1bddb1a260 /config/config.example.toml | |
parent | 7ff0bebd9fbdf1c982d7cc42a7057d36a3e2486a (diff) | |
parent | 1bb89ca09d097c704885c42920efea0f6624dc20 (diff) |
Merge pull request #134 from lowercasename/rk/permanent-events
Set number of days to store concluded events (including permanently!)
Diffstat (limited to 'config/config.example.toml')
-rw-r--r-- | config/config.example.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.example.toml b/config/config.example.toml index 73e90d0..e9995de 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -6,6 +6,9 @@ port = "3000" email = "contact@example.com" site_name = "gathio" is_federated = true +# Events will be deleted this many days after they have ended. Set to 0 to +# disable automatic deletion (old events will never be deleted). +delete_after_days = 7 # If left blank, this defaults to # https://yourdomain.com/images/gathio-email-logo.gif. Set a full URL here to # change it to your own logo (or just change the file itself). |