Skip to content

Commit

Permalink
Merge pull request #472 from Kernel360/develop
Browse files Browse the repository at this point in the history
[merge] develop into main
  • Loading branch information
mooncw authored Mar 22, 2024
2 parents 1cd56e1 + 086693c commit e8b3caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions member-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spring:
github:
client-id: ${SOCIAL_GITHUB_CLIENT_ID}
client-secret: ${SOCIAL_GITHUB_CLIENT_SECRET}
redirect-uri: https://kernelsquare.live:8501/login/oauth2/code/github
redirect-uri: https://kernelsquare.live:8000/login/oauth2/code/github
scope:
- user:email

Expand Down Expand Up @@ -178,7 +178,7 @@ spring:
github:
client-id: ${SOCIAL_GITHUB_CLIENT_ID}
client-secret: ${SOCIAL_GITHUB_CLIENT_SECRET}
redirect-uri: https://kernelsquare.live:8502/login/oauth2/code/github
redirect-uri: https://kernelsquare.live:8000/login/oauth2/code/github
scope:
- user:email

Expand Down

0 comments on commit e8b3caf

Please sign in to comment.