Set gitea root URL properly
This commit is contained in:
parent
0d3e7d6d73
commit
9c80604f26
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue