Infini-DL360/forgejo: change ssh domain
This commit is contained in:
parent
8f06d0c05e
commit
ccabdba397
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
ROOT_URL = "https://${domain}/";
|
ROOT_URL = "https://${domain}/";
|
||||||
SSH_DOMAIN = domain;
|
SSH_DOMAIN = config.common.domain;
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
mailer = with config.common.email; {
|
mailer = with config.common.email; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue