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 9b3366f commit 1833d6bCopy full SHA for 1833d6b
member-api/src/main/resources/application.yml
@@ -149,7 +149,7 @@ spring:
149
github:
150
client-id: ${SOCIAL_GITHUB_CLIENT_ID}
151
client-secret: ${SOCIAL_GITHUB_CLIENT_SECRET}
152
- redirect-uri: https://kernelsquare.live:8501/login/oauth2/code/github
+ redirect-uri: https://kernelsquare.live:8000/login/oauth2/code/github
153
scope:
154
- user:email
155
@@ -178,7 +178,7 @@ spring:
178
179
180
181
- redirect-uri: https://kernelsquare.live:8502/login/oauth2/code/github
182
183
184
0 commit comments