From 9008988828ade3cae01e5c4e7c4c537d08c8791e Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 22 May 2017 21:07:56 +0000 Subject: [PATCH] adding custom theme and static folder to upstreamfirst pagure config --- roles/pagure/upstreamfirst-frontend/templates/pagure.cfg | 3 +++ 1 file changed, 3 insertions(+) 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.