We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6a786 commit caaa5deCopy full SHA for caaa5de
4-WebApp-your-API/4-3-AnyOrg/TodoListService/appsettings.json
@@ -7,16 +7,7 @@
7
"ClientSecret": "[Copy the client secret added to the app from the Azure portal]",
8
"GraphAPI": "https://graph.microsoft.com/v1.0"
9
},
10
- "Kestrel": {
11
- "Endpoints": {
12
- "Http": {
13
- "Url": "http://localhost:1040"
14
- },
15
- "Https": {
16
- "Url": "https://localhost:44351"
17
- }
18
19
+ "https_port": 44351,
20
"Logging": {
21
"LogLevel": {
22
"Default": "Information",
0 commit comments