Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
#199 fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Oct 27, 2020
1 parent 132b938 commit 259c7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ session {
name: oauth2
clientId: "client-id"
clientSecret: "client-secret"
redirectUri: "http://localhost:9112/api/ssoLogin"
redirectUri: "http://localhost:9000/api/ssoLogin"
responseType: code
grantType: "authorization_code"
authorizationUrl: "https://github.com/login/oauth/authorize"
Expand Down

0 comments on commit 259c7bd

Please sign in to comment.