fix(eientei): correct forgejo ssh port

This commit is contained in:
514fpv 2024-02-02 09:31:15 +08:00
parent 0424967b4b
commit 4b1a8dc15f
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -11,7 +11,7 @@ in {
database.createDatabase = true;
settings = {
server = {
SSH_PORT = 8087;
SSH_PORT = 8086;
COOKIE_SECURE = true;
LANDING_PAGE = "explore";
DOMAIN = host;