From b30d09fbf50e2160710d0107cf203f02333b68e9 Mon Sep 17 00:00:00 2001 From: Christian Arenas Date: Sat, 27 May 2017 18:34:36 +0200 Subject: [PATCH] Add Redis connectionString to environment variable --- src/Services/Basket/Basket.API/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Basket/Basket.API/appsettings.json b/src/Services/Basket/Basket.API/appsettings.json index 31f76d0d0..a44967e59 100644 --- a/src/Services/Basket/Basket.API/appsettings.json +++ b/src/Services/Basket/Basket.API/appsettings.json @@ -8,5 +8,5 @@ } }, "IdentityUrl": "http://localhost:5105", - "ConnectionString": "127.0.0.1" + "ConnectionString": "eshoponazure.redis.cache.windows.net:6379,password=I9t4YmytcxvAjThGz98oUbfcI0Zcu7sIB2nhmmDxjVo=,ssl=false,abortConnect=false" }