From 7840b57961d7c4855e73435c83f4e816c31fbe53 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 21 2015 10:32:09 +0000 Subject: Add documentation about the ENABLE_TICKETS configuration key --- diff --git a/doc/configuration.rst b/doc/configuration.rst index 1af554c..29a68eb 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -330,3 +330,12 @@ This configuration key allows to specify the maximum size allowed when uploading content to pagure (for example, screenshots to a ticket). Defaults to: ``4 * 1024 * 1024`` which corresponds to 4 megabytes. + + +ENABLE_TICKETS +~~~~~~~~~~~~~~ + +This configuration key allows to activate or de-activate the ticketing system +for all the projects hosted on this pagure instance. + +Defaults to: ``True``