From 751b579605b6609d5ad250474e1f2525b4cc8b5b Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 6 Feb 2024 15:26:38 -0500 Subject: [PATCH] Added push to create features --- app.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.ini b/app.ini index f6354b9..1ded45d 100644 --- a/app.ini +++ b/app.ini @@ -17,6 +17,8 @@ LOG_SQL = false ROOT = /var/lib/gitea/data/gitea-repositories MAX_CREATION_LIMIT = 100 DISABLE_STARS = true +ENABLE_PUSH_CREATE_USER = true +ENABLE_PUSH_CREATE_ORG = true [repository.signing] DEFAULT_TRUST_MODEL = committer