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
Fix Connection string in identity deployment script
pull/223/head
Ramón Tomás
7 years ago
parent
add8bc2c11
commit
dbe277ca65
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
k8s/deployments.yaml
+ 1
- 1
k8s/deployments.yaml
View File
@ -88,7 +88,7 @@ spec:
-
name
:
ASPNETCORE_URLS
value
:
http://0.0.0.0:80/identity
-
name
:
ConnectionStrings__DefaultConnection
value
:
"Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.
Catalog
Db;User Id=sa;Password=Pass@word"
value
:
"Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.
Identity
Db;User Id=sa;Password=Pass@word"
-
name
:
MvcClient
valueFrom:
configMapKeyRef:
Write
Preview
Loading…
Cancel
Save