4479b18 Add PAGURE_PLUGINS_CONFIG setting in pagure configuration file.

7 files Authored by zpagure 3 years ago, Committed by pingou 3 years ago,
    Add PAGURE_PLUGINS_CONFIG setting in pagure configuration file.
    
    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 commit introduces a new variable called PAGURE_PLUGINS_CONFIG that
    replaces PAGURE_PLUGIN. The new variable preserves the behavior of the old
    variable, and additionally allows to specify the plugins configuration file
    directly from the pagure main configuration.
    A new "Plugins" section has also been added to the pagure documentation for
    documenting the new changes.
    
        
file modified
+17 -3
file modified
+1 -0
file added
+43
file modified
+4 -0
file modified
+24 -0
file modified
+18 -3