Point the fedora-election cache to memcached01
This commit is contained in:
parent
27cccd5f74
commit
a541ad2d2c
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ PREFERRED_URL_SCHEME='https'
|
|||
DOGPILE_CACHE = {
|
||||
'backend': 'dogpile.cache.memcached',
|
||||
'arguments': {
|
||||
'url': "127.0.0.1:11211",
|
||||
'url': "memcached01:11211",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue