Fix SSH port once again

This commit is contained in:
Luke Murphy 2020-03-23 16:42:10 +01:00
parent cc2c9931c2
commit 291175340e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ enable_openid_signin: "true"
enable_openid_signup: "true"
install_lock: "true"
ssh_domain: "git.autonomic.zone"
ssh_listen_port: "%(SSH_PORT)s"
ssh_listen_port: "2222"
ssh_port: "222"
startup_timeout: "0"
whitelist_uris: "https://git.autonomic.zone"