From 1bb89ca09d097c704885c42920efea0f6624dc20 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sun, 25 Feb 2024 18:17:27 +0000 Subject: feat: set number of days to store concluded events (including permanently) --- config/config.example.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/config.example.toml') 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). -- cgit v1.2.3