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
Removed Kestrel SSL Configuration
pull/737/head
rafsanulhasan
6 years ago
parent
5c8770ddf5
commit
b4cdfae42d
2 changed files
with
0 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-9
src/Services/Identity/Identity.API/appsettings.json
+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@"
}
}
}
}
Write
Preview
Loading…
Cancel
Save