Set SSH domain

This commit is contained in:
Luke Murphy
2020-03-23 15:19:29 +01:00
parent d4b757162f
commit 5c9ea73187
3 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,7 @@
JWT_SECRET: "{{ jwt_secret }}"
RUN_MODE: "prod"
SECRET_KEY: "{{ secret_key}}"
SSH_DOMAIN: "{{ ssh_domain }}"
STARTUP_TIMEOUT: "{{ startup_timeout }}"
USER_GID: "{{ gitea_user_guid }}"
USER_UID: "{{ gitea_user_uid }}"

View File

@ -12,3 +12,4 @@ enable_openid_signup: "true"
install_lock: "true"
startup_timeout: "0"
whitelist_uris: "https://git.autonomic.zone"
ssh_domain: "git.autonomic.zon"