change gitea ssh port to proper port 😭

This commit is contained in:
k3t
2026-07-06 22:48:42 -06:00
parent 67f889d820
commit 6170bef727
+1 -2
View File
@@ -17,7 +17,6 @@
HTTP_ADDR = "127.0.0.1"; HTTP_ADDR = "127.0.0.1";
HTTP_PORT = 34951; HTTP_PORT = 34951;
ROOT_URL = "https://git.k3t.dev/"; ROOT_URL = "https://git.k3t.dev/";
SSH_PORT = 34952;
}; };
}; };
}; };
@@ -34,4 +33,4 @@
# header_up X-Real-IP {remote_host} # header_up X-Real-IP {remote_host}
# } # }
#''; #'';
} }