Fix typo
This commit is contained in:
parent
8afd05a8ac
commit
7b0c6b6803
@ -2,7 +2,7 @@
|
|||||||
vars:
|
vars:
|
||||||
port: "3020"
|
port: "3020"
|
||||||
domain: "git.autonomic.zone"
|
domain: "git.autonomic.zone"
|
||||||
ssh_listen_post: "2222"
|
ssh_listen_port: "2222"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- type: directory
|
- type: directory
|
||||||
@ -60,7 +60,7 @@ env:
|
|||||||
SMTP_TLS_ENABLED: "true"
|
SMTP_TLS_ENABLED: "true"
|
||||||
SMTP_USER: "gitea-autonomic@decentral1.se"
|
SMTP_USER: "gitea-autonomic@decentral1.se"
|
||||||
SSH_DOMAIN: "{{ vars.domain }}"
|
SSH_DOMAIN: "{{ vars.domain }}"
|
||||||
SSH_LISTEN_PORT: "{{ vars.ssh_listen_post }}"
|
SSH_LISTEN_PORT: "{{ vars.ssh_listen_port }}"
|
||||||
SSH_PORT: "222"
|
SSH_PORT: "222"
|
||||||
STARTUP_TIMEOUT: "0"
|
STARTUP_TIMEOUT: "0"
|
||||||
WHITELIST_URIS: "https://{{ vars.domain }}"
|
WHITELIST_URIS: "https://{{ vars.domain }}"
|
||||||
|
Reference in New Issue
Block a user