mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Specify memcached port in koschei config
This commit is contained in:
@@ -56,7 +56,7 @@ config = {
|
||||
"backend": "dogpile.cache.memcached",
|
||||
"expiration_time": 300,
|
||||
"arguments": {
|
||||
"url": "memcached01",
|
||||
"url": "memcached01:11211",
|
||||
"distributed_lock": True,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user