Set gitea root URL properly

This commit is contained in:
coolneng 2024-01-08 01:37:33 +01:00
parent 0d3e7d6d73
commit 9c80604f26
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
server = {
DISABLE_SSH = true;
DOMAIN = "git.coolneng.duckdns.org";
ROOTURL = "https://git.coolneng.duckdns.org";
ROOT_URL = "https://git.coolneng.duckdns.org";
};
service.DISABLE_REGISTRATION = true;
ui.DEFAULT_THEME = "arc-green";