Skip to content

Commit d136df1

Browse files
authored
Add DEFAULT_PRIVATE
Fix: DEFAULT_PRIVATE roles-ansible#49 --> roles-ansible#49 (comment)
1 parent 6713941 commit d136df1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/gitea.ini.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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+
DEFAULT_PRIVATE = {{ gitea_default_private }}
2122
{{ gitea_repository_extra_config }}
2223
;
2324
[repository.upload]

0 commit comments

Comments
 (0)