From 6153ad8c5437079db6e1b32b08ccfd83e7b5ba32 Mon Sep 17 00:00:00 2001 From: h0chi Date: Wed, 20 Feb 2019 17:05:07 +0100 Subject: [PATCH] Update gitea.ini.j2 --- templates/gitea.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index 88f7a08..2dedc6b 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -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