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
Changed certificate file path and password
pull/733/head
rafsanulhasan
6 years ago
parent
6228a4602c
commit
dfb32867a7
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Web/WebMVC/appsettings.json
+ 2
- 2
src/Web/WebMVC/appsettings.json
View File
@ -28,8 +28,8 @@
"Kestrel"
:
{
"Kestrel"
:
{
"Certificates"
:
{
"Certificates"
:
{
"Default"
:
{
"Default"
:
{
"Path"
:
"./
synergydev
.pfx"
,
"Password"
:
"
RH@ssl2018
"
"Path"
:
"./
Setup/eShopOnContainers
.pfx"
,
"Password"
:
"
D0tNet@
"
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save