We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents babcfc3 + 4b9ffee commit 9509321Copy full SHA for 9509321
templates/gitea.ini.j2
@@ -18,6 +18,8 @@ FORCE_PRIVATE = {{ gitea_force_private | ternary('true', 'false') }}
18
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
19
DISABLE_HTTP_GIT = {{ gitea_disable_http_git | ternary('true', 'false') }}
20
DEFAULT_BRANCH = {{ gitea_default_branch }}
21
+[repository.upload]
22
+TEMP_PATH = {{ gitea_home }}/data/tmp/uploads
23
{{ gitea_repository_extra_config }}
24
;
25
0 commit comments