fixed forgejo ssh domain
This commit is contained in:
parent
f8adf6b569
commit
3d2972af6b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,9 +14,9 @@ in
|
||||||
server = {
|
server = {
|
||||||
PROTOCOL = "http+unix";
|
PROTOCOL = "http+unix";
|
||||||
DOMAIN = domain;
|
DOMAIN = domain;
|
||||||
SSH_DOMAIN = config.networking.domain;
|
|
||||||
ROOT_URL = "https://${domain}";
|
ROOT_URL = "https://${domain}";
|
||||||
OFFLINE_MODE = true; # disable use of CDNs
|
OFFLINE_MODE = true; # disable use of CDNs
|
||||||
|
SSH_DOMAIN = "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