Browse Source

Merge pull request #6 from sicsbd/dev-asp.netcore2.1enhancements

Changed certificate file path and password
pull/714/head
Rafsanul Hasan 6 years ago
committed by GitHub
parent
commit
189ea65b38
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Web/WebMVC/appsettings.json

+ 2
- 2
src/Web/WebMVC/appsettings.json View File

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

Loading…
Cancel
Save