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": {
"Certificates": {
"Default": {
"Path": "./synergydev.pfx",
"Password": "RH@ssl2018"
"Path": "./Setup/eShopOnContainers.pfx",
"Password": "D0tNet@"
}
}
}