change ROOT_URL config for forgejo
This commit is contained in:
parent
69876c592c
commit
e0fa88105d
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