Skip to content

Commit

Permalink
Merge pull request #63 from 0-wook/develop
Browse files Browse the repository at this point in the history
update
  • Loading branch information
0-wook authored Feb 14, 2024
2 parents a0c3275 + 4d4edb5 commit 9a759c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spring:
scope: profile, email
client-id: ${GOOGLE_OAUTH2_CLIENT_ID}
client-secret: ${GOOGLE_OAUTH2_CLIENT_SECRET}
redirectUri: "http://admin.wsautoml.com/login/oauth2/code/google"
redirect-uri: "https://admin.wsautoml.com/login/oauth2/code/google"

session:
store-type: jdbc
Expand Down
1 change: 1 addition & 0 deletions app/user-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spring:
scope: profile, email
client-id: ${GOOGLE_OAUTH2_CLIENT_ID}
client-secret: ${GOOGLE_OAUTH2_CLIENT_SECRET}
redirect-uri: "https://wsautoml.com/login/oauth2/code/google"

logging:
level:
Expand Down

0 comments on commit 9a759c9

Please sign in to comment.