1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

Set explicit default repository upload temp path

This commit is contained in:
Andreas Brain 2021-06-01 18:34:56 +02:00 committed by GitHub
parent 4c349eda77
commit 4b9ffee035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ FORCE_PRIVATE = {{ gitea_force_private | ternary('true', 'false') }}
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
DISABLE_HTTP_GIT = {{ gitea_disable_http_git | ternary('true', 'false') }}
DEFAULT_BRANCH = {{ gitea_default_branch }}
[repository.upload]
TEMP_PATH = {{ gitea_home }}/data/tmp/uploads
{{ gitea_repository_extra_config }}
;
;