diff --git a/files/pagure.cfg.sample b/files/pagure.cfg.sample index e95e992..1025205 100644 --- a/files/pagure.cfg.sample +++ b/files/pagure.cfg.sample @@ -61,6 +61,14 @@ DOCS_FOLDER = os.path.join( '..', 'docs' ) + +### Folder containing the tickets repos +TICKETS_FOLDER = os.path.join( + os.path.abspath(os.path.dirname(__file__)), + '..', + 'tickets' +) + ### Folder containing the pull-requests repos REQUESTS_FOLDER = os.path.join( os.path.abspath(os.path.dirname(__file__)),