summaryrefslogtreecommitdiff
path: root/config/config.example.toml
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-02-28 22:40:33 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2024-05-26 16:05:32 +0100
commit28be7ca850f41352a1e4e43f0c7035bdeeff6e83 (patch)
tree3d8bef1bec6dd3600c8ffb318c03b221ccb504b8 /config/config.example.toml
parent53288fa3df3f828e99eaba679d436e65def2deb4 (diff)
New frontend styles, instance description functionality
Diffstat (limited to 'config/config.example.toml')
-rw-r--r--config/config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.example.toml b/config/config.example.toml
index 4e00171..5502038 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -4,7 +4,7 @@
domain = "localhost:3000"
port = "3000"
email = "contact@example.com"
-site_name = "gathio"
+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).