Skip to content

Commit caaa5de

Browse files
committed
Kestrel Issue
1 parent da6a786 commit caaa5de

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

4-WebApp-your-API/4-3-AnyOrg/TodoListService/appsettings.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77
"ClientSecret": "[Copy the client secret added to the app from the Azure portal]",
88
"GraphAPI": "https://graph.microsoft.com/v1.0"
99
},
10-
"Kestrel": {
11-
"Endpoints": {
12-
"Http": {
13-
"Url": "http://localhost:1040"
14-
},
15-
"Https": {
16-
"Url": "https://localhost:44351"
17-
}
18-
}
19-
},
10+
"https_port": 44351,
2011
"Logging": {
2112
"LogLevel": {
2213
"Default": "Information",

0 commit comments

Comments
 (0)