change ROOT_URL config for forgejo
This commit is contained in:
parent
2080f294d5
commit
f3681ef69e
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ in
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
SSH_PORT = cfg.sshPort;
|
SSH_PORT = cfg.sshPort;
|
||||||
HTTP_PORT = cfg.httpPort;
|
HTTP_PORT = cfg.httpPort;
|
||||||
|
ROOT_URL = "https://${cfg.domain}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue