forgejo: disable federation

This commit is contained in:
SebastianStork 2025-07-18 09:35:38 +02:00
parent 2e1a707c5e
commit d9acddfce2

View file

@ -47,7 +47,6 @@ in
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
session.PROVIDER = "db"; session.PROVIDER = "db";
mirror.DEFAULT_INTERVAL = "1h"; mirror.DEFAULT_INTERVAL = "1h";
federation.ENABLED = true;
other = { other = {
SHOW_FOOTER_VERSION = false; SHOW_FOOTER_VERSION = false;
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false; SHOW_FOOTER_TEMPLATE_LOAD_TIME = false;