This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add Redis connectionString to environment variable
pull/235/head
Christian Arenas
7 years ago
parent
9549786003
commit
b30d09fbf5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
"
}
Write
Preview
Loading…
Cancel
Save