adding custom theme and static folder to upstreamfirst pagure config

This commit is contained in:
Tim Flink 2017-05-22 21:07:56 +00:00
parent a937644748
commit 9008988828

View file

@ -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.