Fix SSH ports

This commit is contained in:
Luke Murphy
2020-03-23 16:28:11 +01:00
parent b7c40c87d4
commit 20f5869527
3 changed files with 7 additions and 1 deletions

View File

@ -110,6 +110,8 @@
RUN_MODE: "prod"
SECRET_KEY: "{{ secret_key}}"
SSH_DOMAIN: "{{ ssh_domain }}"
SSH_LISTEN_PORT: "{{ ssh_listen_port }}"
SSH_PORT: "{{ ssh_port }}"
STARTUP_TIMEOUT: "{{ startup_timeout }}"
USER_GID: "{{ git_user_guid }}"
USER_UID: "{{ git_user_uid }}"

View File

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