Disable registration for Gitea
This commit is contained in:
parent
4d612c4722
commit
9e6c6d26a1
|
@ -18,6 +18,7 @@
|
||||||
DOMAIN = "git.coolneng.duckdns.org";
|
DOMAIN = "git.coolneng.duckdns.org";
|
||||||
ROOTURL = "https://git.coolneng.duckdns.org";
|
ROOTURL = "https://git.coolneng.duckdns.org";
|
||||||
};
|
};
|
||||||
|
service.DISABLE_REGISTRATION = true;
|
||||||
ui.DEFAULT_THEME = "arc-green";
|
ui.DEFAULT_THEME = "arc-green";
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
actions.ENABLED = true;
|
actions.ENABLED = true;
|
||||||
|
|
Loading…
Reference in New Issue