Update gitea.ini.j2

This commit is contained in:
h0chi 2019-02-20 17:05:07 +01:00 committed by Thomas Maurice
parent 397c4c938e
commit 6153ad8c54
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ SCRIPT_TYPE = bash
; Default ANSI charset
ANSI_CHARSET =
; Force every new repository to be private
FORCE_PRIVATE = false
FORCE_PRIVATE = {{ gitea_force_private }}
; Global maximum creation limit of repository per user, -1 means no limit
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
; Mirror sync queue length, increase if mirror syncing starts hanging