change ROOT_URL config for forgejo

This commit is contained in:
ulic-youthlic 2025-01-28 17:28:14 +08:00
parent 2080f294d5
commit f3681ef69e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -83,6 +83,7 @@ in
START_SSH_SERVER = true;
SSH_PORT = cfg.sshPort;
HTTP_PORT = cfg.httpPort;
ROOT_URL = "https://${cfg.domain}";
};
};
};