From e309d97d18c53959ce94a636e7ea1905564ed14d Mon Sep 17 00:00:00 2001 From: Christian Arenas Date: Mon, 29 May 2017 16:03:51 +0200 Subject: [PATCH] remove AzureRedisConnectionString variable from settings --- src/Services/Basket/Basket.API/appsettings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Services/Basket/Basket.API/appsettings.json b/src/Services/Basket/Basket.API/appsettings.json index 43f70e202..3a5b1b0b9 100644 --- a/src/Services/Basket/Basket.API/appsettings.json +++ b/src/Services/Basket/Basket.API/appsettings.json @@ -7,8 +7,5 @@ "Microsoft": "Information" } }, - "IdentityUrl": "http://localhost:5105", - "ConnectionString": "127.0.0.1", - "AzureRedisConnectionString": "eshoponazure.redis.cache.windows.net:6379,password=I9t4YmytcxvAjThGz98oUbfcI0Zcu7sIB2nhmmDxjVo=,ssl=false,abortConnect=false", - "AzureRedisEnabled": "true" + "IdentityUrl": "http://localhost:5105" }