mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
fix: gitea - root url
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user