diff --git a/roles/elections/templates/fedora-elections.cfg b/roles/elections/templates/fedora-elections.cfg index 4eccf71344..0a6072051e 100644 --- a/roles/elections/templates/fedora-elections.cfg +++ b/roles/elections/templates/fedora-elections.cfg @@ -34,6 +34,6 @@ PREFERRED_URL_SCHEME='https' DOGPILE_CACHE = { 'backend': 'dogpile.cache.memcached', 'arguments': { - 'url': "127.0.0.1:11211", + 'url': "memcached01:11211", }, }