Disable registration for Gitea

This commit is contained in:
coolneng 2023-09-03 00:40:34 +02:00
parent 4d612c4722
commit 9e6c6d26a1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

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