adding custom theme and static folder to upstreamfirst pagure config
This commit is contained in:
parent
a937644748
commit
9008988828
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue