Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit 61367fd

Browse files
author
Tiago Brenck
committed
Removed comment that was messing with Configure.ps1
1 parent 537a6e7 commit 61367fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TodoListWebApp/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ClientSecret": "[Enter the Client Secret (Application password) added from the Keys section for the application in the Azure portal]",
1212

1313
// Coordinates of the TodoListService
14-
"TodoListResourceId": "[Enter the Client Id (Application ID) of the TodoListService, obtained from the Azure portal), e.g. 11111111-1111-1111-11111111111111111]", // ClientId of the TodoList Service
14+
"TodoListResourceId": "[Enter the Client Id (Application ID) of the TodoListService, obtained from the Azure portal), e.g. 11111111-1111-1111-11111111111111111]",
1515
"TodoListBaseAddress": "https://localhost:44351"
1616
},
1717
"Logging": {

0 commit comments

Comments
 (0)