chore: set SSH_PORT to the ssh port that openssh is using

This commit is contained in:
Ahwx 2025-10-12 01:21:58 +02:00
parent e47fa1c302
commit 374981c19d

View file

@ -25,7 +25,7 @@ in
ROOT_URL = "https://${srv.DOMAIN}/"; ROOT_URL = "https://${srv.DOMAIN}/";
HTTP_PORT = 3050; HTTP_PORT = 3050;
DISABLE_SSH = false; DISABLE_SSH = false;
SSH_PORT = 2222; SSH_PORT = 9123;
}; };
# You can temporarily allow registration to create an admin user. # You can temporarily allow registration to create an admin user.
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;