diff --git a/roles/pagure/upstreamfirst-frontend/templates/pagure.cfg b/roles/pagure/upstreamfirst-frontend/templates/pagure.cfg index 7e1b68eb4f..7783d0c31e 100644 --- a/roles/pagure/upstreamfirst-frontend/templates/pagure.cfg +++ b/roles/pagure/upstreamfirst-frontend/templates/pagure.cfg @@ -2,6 +2,9 @@ from datetime import timedelta INSTANCE_NAME= '{{ pagure_instance_name }}' +THEME_TEMPLATE_FOLDER='/var/www/upstreamfirst-paguretheme/templates' +THEME_STATIC_FOLDER='/var/www/upstreamfirst-paguretheme/static' + ### Set the time after which the admin session expires # There are two sessions on pagure, login that holds for 31 days and # the session defined here after which an user has to re-login.