Changed certificate file path and password

This commit is contained in:
rafsanulhasan 2018-09-01 06:09:32 +06:00
parent 6228a4602c
commit dfb32867a7

View File

@ -28,8 +28,8 @@
"Kestrel": { "Kestrel": {
"Certificates": { "Certificates": {
"Default": { "Default": {
"Path": "./synergydev.pfx", "Path": "./Setup/eShopOnContainers.pfx",
"Password": "RH@ssl2018" "Password": "D0tNet@"
} }
} }
} }