Add Redis connectionString to environment variable

This commit is contained in:
Christian Arenas 2017-05-27 18:34:36 +02:00
parent 9549786003
commit b30d09fbf5

View File

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