Browse Source

Removed Kestrel SSL Configuration

pull/737/head
rafsanulhasan 6 years ago
parent
commit
b4cdfae42d
2 changed files with 0 additions and 18 deletions
  1. +0
    -9
      src/Services/Identity/Identity.API/appsettings.json
  2. +0
    -9
      src/Web/WebSPA/appsettings.json

+ 0
- 9
src/Services/Identity/Identity.API/appsettings.json View File

@ -21,14 +21,5 @@
"Name": "eshop",
"ClientId": "your-clien-id",
"ClientSecret": "your-client-secret"
},
"Kestrel": {
"Certificates": {
"Default": {
"Path": "./Certificates/eShopOnContainers.pfx",
"Password": "D0tNet@"
}
}
}
}

+ 0
- 9
src/Web/WebSPA/appsettings.json View File

@ -16,14 +16,5 @@
},
"ApplicationInsights": {
"InstrumentationKey": ""
},
"Kestrel": {
"Certificates": {
"Default": {
"Path": "./Certificates/eShopOnContainers.pfx",
"Password": "D0tNet@"
}
}
}
}

Loading…
Cancel
Save