remove AzureRedisConnectionString variable from settings

This commit is contained in:
Christian Arenas 2017-05-29 16:03:51 +02:00
parent 0473a97225
commit e309d97d18

View File

@ -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"
}