Skip to content

Commit

Permalink
hotfix(properties): fix redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
HongYeseul authored Sep 15, 2024
1 parent dfdb240 commit 9a3dcdc
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 @@ -21,7 +21,7 @@ oauth2.client.provider.google.token-uri=https://oauth2.googleapis.com/token
oauth2.client.provider.google.user-info-uri=https://www.googleapis.com/oauth2/v1/userinfo
jwt.access.secret-key=${JWT_ACCESS_SECRET_KEY}
jwt.access.expiration=1800000
client.login-success-redirect-uri=http://localhost:3000/main
client.login-success-redirect-uri=https://grassdiary.site/main

# aws-s3-config
cloud.aws.credentials.accessKey=${S3_ACCESS_PUBLIC_KEY}
Expand Down

0 comments on commit 9a3dcdc

Please sign in to comment.