summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/distgit/pagure/templates/pagure.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg
index 550b4491b..f9ae6110c 100644
--- a/roles/distgit/pagure/templates/pagure.cfg
+++ b/roles/distgit/pagure/templates/pagure.cfg
@@ -183,6 +183,9 @@ ENABLE_DEL_PROJECTS = False
ENABLE_TICKETS = False
ENABLE_USER_MNGT = False
ENABLE_GROUP_MNGT = False
+DEPLOY_KEY = False
+LOCAL_SSH_KEY = False
+ALLOW_DELETE_BRANCH = False
ALLOWED_PREFIX = ['rpms', 'modules', 'container']
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']