Add configuration for dogpile for fedora-elections
This commit is contained in:
parent
8df11334a9
commit
27cccd5f74
1 changed files with 6 additions and 0 deletions
|
@ -31,3 +31,9 @@ FAS_CHECK_CERT = True
|
|||
# This is required to fix login
|
||||
PREFERRED_URL_SCHEME='https'
|
||||
|
||||
DOGPILE_CACHE = {
|
||||
'backend': 'dogpile.cache.memcached',
|
||||
'arguments': {
|
||||
'url': "127.0.0.1:11211",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue