Remove deleted Gitea theme from configuration

This commit is contained in:
coolneng 2025-02-28 06:09:08 +01:00
parent a23c52cdf3
commit 28a2e71b65
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -25,7 +25,6 @@
ROOT_URL = "https://git.coolneng.duckdns.org"; ROOT_URL = "https://git.coolneng.duckdns.org";
}; };
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
ui.DEFAULT_THEME = "arc-green";
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;
actions.ENABLED = true; actions.ENABLED = true;
}; };