Skip to content

Commit

Permalink
fix(src/main/resources/application.properties): redirect-uri 경변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaegii committed Sep 13, 2024
1 parent b81b757 commit 80384ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spring.jpa.properties.hibernate.show_sql=true
spring.jpa.show-sql=true
oauth2.client.registration.google.client-id=${GOOGLE_CLIENT_ID}
oauth2.client.registration.google.client-secret=${GOOGLE_CLIENT_SECRET}
oauth2.client.registration.google.redirect-uri=http://localhost:8080/api/auth/code/google
oauth2.client.registration.google.redirect-uri=https://release.chzzk-diary-server.shop/api/auth/code/google
oauth2.client.registration.google.authorization-grant-type=code
oauth2.client.registration.google.scope=profile email
oauth2.client.provider.google.authorization-uri=https://accounts.google.com/o/oauth2/v2/auth
Expand Down

0 comments on commit 80384ab

Please sign in to comment.