Browse Source

Add Redis connectionString to environment variable

pull/235/head
Christian Arenas 7 years ago
parent
commit
b30d09fbf5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Basket/Basket.API/appsettings.json

+ 1
- 1
src/Services/Basket/Basket.API/appsettings.json 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"
}

Loading…
Cancel
Save