Skip to content

Commit 4b9ffee

Browse files
authored
Set explicit default repository upload temp path
1 parent 4c349ed commit 4b9ffee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/gitea.ini.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ FORCE_PRIVATE = {{ gitea_force_private | ternary('true', 'false') }}
1818
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
1919
DISABLE_HTTP_GIT = {{ gitea_disable_http_git | ternary('true', 'false') }}
2020
DEFAULT_BRANCH = {{ gitea_default_branch }}
21+
[repository.upload]
22+
TEMP_PATH = {{ gitea_home }}/data/tmp/uploads
2123
{{ gitea_repository_extra_config }}
2224
;
2325
;

0 commit comments

Comments
 (0)