fix: gitea - root url

This commit is contained in:
Ryan Yin
2024-09-09 16:28:02 +08:00
parent 6bded49335
commit e1cbaf6a1a

View File

@@ -23,6 +23,7 @@
HTTP_PORT = 3301; HTTP_PORT = 3301;
HTTP_ADDR = "127.0.0.1"; HTTP_ADDR = "127.0.0.1";
DOMAIN = "git.writefor.fun"; DOMAIN = "git.writefor.fun";
ROOT_URL = "https://git.writefor.fun/";
}; };
# one of "Trace", "Debug", "Info", "Warn", "Error", "Critical" # one of "Trace", "Debug", "Info", "Warn", "Error", "Critical"
log.LEVEL = "Info"; log.LEVEL = "Info";