Plugins are imported from a separate configuration file that is loaded
either by setting a PAGURE_PLUGIN environment variable, or with the
--plugins flag of the runserver.py script.
This change introduces a new variable called PAGURE_PLUGIN in the Pagure configuration file. The new variable allows to specify the plugins configuration file directly in the main configuration.
Plugins are imported from a separate configuration file that is loaded
either by setting a PAGURE_PLUGIN environment variable, or with the
--plugins flag of the runserver.py script.
This change introduces a new variable called PAGURE_PLUGIN in the Pagure configuration file. The new variable allows to specify the plugins configuration file directly in the main configuration.