From cec356aaabeaf831c68fd4520facd30448e48d42 Mon Sep 17 00:00:00 2001 From: Robert Kaye Date: Tue, 29 Jan 2019 14:39:40 +0100 Subject: [PATCH] Point to our own redis service --- consul_config.py.ctmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consul_config.py.ctmpl b/consul_config.py.ctmpl index 2df5ca248..31cd54758 100644 --- a/consul_config.py.ctmpl +++ b/consul_config.py.ctmpl @@ -21,8 +21,8 @@ POSTGRES_ADMIN_AB_URI="postgresql://postgres@{{.Address}}:{{.Port}}/acousticbrai {{end}} {{end}} -{{if service "listenbrainz-redis"}} -{{with index (service "listenbrainz-redis") 0}} +{{if service "acousticbrainz-redis"}} +{{with index (service "acousticbrainz-redis") 0}} REDIS_HOST = "{{.Address}}" REDIS_PORT = {{.Port}} REDIS_NAMESPACE = "acousticbrainz"