diff --git a/doc/configuration.rst b/doc/configuration.rst index df3d469..edc2489 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -4,6 +4,7 @@ Configuration Pagure offers a wide-varieties of options that must or can be used to adjust its behavior. + Must options ------------ @@ -142,6 +143,15 @@ Defaults to: ``False`` for development, must be ``True`` in production with https. +FROM_EMAIL +~~~~~~~~~~ + +This setting allows to specify the email address used by this pagure instance +when sending emails (notifications). + +Defaults to: ``pagure@pagure.org`` + + Configure Gitolite ------------------