Skip to content

Commit 0338627

Browse files
committed
Update Web.config
1 parent 35ddc83 commit 0338627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyApp/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<appSettings>
99
<add key="DebugMode" value="true" />
1010

11-
<!-- OAuth Dev Apps configured for http://localhost:5000/ -->
11+
<!-- OAuth Dev Apps configured to use port 5000 -->
1212
<add key="oauth.RedirectUrl" value="http://localhost:5000/" />
1313
<!-- Should match with OAuth2's App Callback URL -->
1414
<add key="oauth.CallbackUrl" value="http://localhost:5000/auth/{0}" />

0 commit comments

Comments
 (0)