Use port epxosed by haproxy

This commit is contained in:
Alex 2020-05-31 11:56:45 +02:00
parent a5dd3ef3fd
commit a92fbc43f2
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 1 deletions

View File

@ -14,13 +14,14 @@ TEMP_PATH = /mnt/gitea/gitea/uploads
[server]
APP_DATA_PATH = /mnt/gitea/gitea
SSH_DOMAIN = git.redxen.eu
SSH_PORT = {{ gitea.port.ssh.display }}
SSH_LISTEN_PORT = {{ gitea.port.ssh.listen }}
HTTP_ADDR = {{ ansible_ens10.ipv4.address }}
HTTP_PORT = {{ gitea.port.http }}
ROOT_URL = https://{{ gitea.domain }}/
DISABLE_SSH = false
START_SSH_SERVER = true
BUILTIN_SSH_SERVER_USER = git
SSH_PORT = {{ gitea.port.ssh }}
LFS_CONTENT_PATH = /mnt/gitea/git/lfs
LANDING_PAGE = explore