fix forgejo's ssh domain
This commit is contained in:
parent
5af6c53d81
commit
5906fa6f36
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in
|
||||||
DOMAIN = "git.baduhai.dev";
|
DOMAIN = "git.baduhai.dev";
|
||||||
ROOT_URL = "https://git.baduhai.dev";
|
ROOT_URL = "https://git.baduhai.dev";
|
||||||
OFFLINE_MODE = true; # disable use of CDNs
|
OFFLINE_MODE = true; # disable use of CDNs
|
||||||
SSH_DOMAIN = "baduhai.dev";
|
SSH_DOMAIN = "git.baduhai.dev";
|
||||||
};
|
};
|
||||||
log.LEVEL = "Warn";
|
log.LEVEL = "Warn";
|
||||||
mailer.ENABLED = false;
|
mailer.ENABLED = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue