Hard-code LFS_CONTENT_PATH
continuous-integration/drone/push Build is failing Details

Closes https://git.autonomic.zone/coop-cloud/gitea/issues/11.
This commit is contained in:
decentral1se 2021-04-07 13:59:00 +02:00
parent 37b925f0de
commit cf650b1502
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ STARTUP_TIMEOUT = 0
APP_DATA_PATH = /data
DOMAIN = {{ env "GITEA_DOMAIN" }}
LANDING_PAGE = organizations
LFS_CONTENT_PATH = /data/gitea/lfs
ROOT_URL = https://%(DOMAIN)s/
SSH_DOMAIN = {{ env "GITEA_DOMAIN" }}
SSH_LISTEN_PORT = {{ env "GITEA_SSH_PORT" }}