Set gitea root URL properly
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
server = {
|
server = {
|
||||||
DISABLE_SSH = true;
|
DISABLE_SSH = true;
|
||||||
DOMAIN = "git.coolneng.duckdns.org";
|
DOMAIN = "git.coolneng.duckdns.org";
|
||||||
ROOTURL = "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";
|
ui.DEFAULT_THEME = "arc-green";
|
||||||
|
|||||||
Reference in New Issue
Block a user