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.
1 parent 6713941 commit d136df1Copy full SHA for d136df1
templates/gitea.ini.j2
@@ -18,6 +18,7 @@ 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
+DEFAULT_PRIVATE = {{ gitea_default_private }}
22
{{ gitea_repository_extra_config }}
23
;
24
[repository.upload]
0 commit comments