fix: ssh port. server is started at 22

wip-infra-tests
Aravinth Manivannan 2022-06-27 04:30:12 +05:30
parent 6388e4de10
commit 51b047fe40
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class Gitea:
"lfs_root_path": "/data/git/lfs",
"run_user": "git",
"domain": "localhost",
"ssh_port": "2221",
"ssh_port": "22",
"http_port": "3000",
"app_url": "http://localhost:3000/",
"log_root_path": "/data/gitea/log",