Skip to content

Commit e3e23d0

Browse files
committed
SpEL 표현식도 수정
1 parent 82c7b31 commit e3e23d0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Location-based-target-authentication/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ out/
3838

3939
# API Keys
4040
src/main/resources/application-local.properties
41-
src/main/resources/application-secret.properties
4241

4342
.DS_Store
4443
.idea/

Location-based-target-authentication/src/main/resources/application-secret.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ google.scope=profile,email
1616
# Spring Security OAuth2
1717
spring.security.oauth2.client.registration.google.client-id=1059210361342-hd9ptunp002mrc9or3f7e8m1pnmaq817.apps.googleusercontent.com
1818
spring.security.oauth2.client.registration.google.client-secret=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
19-
spring.security.oauth2.client.registration.google.scope=${google.scope}
20-
spring.security.oauth2.client.registration.google.redirect-uri=${google.redirect.url}
19+
spring.security.oauth2.client.registration.google.scope=profile,email
20+
spring.security.oauth2.client.registration.google.redirect-uri=https://locationcheckgo.netlify.app/auth/callback/google
2121

2222
# JWT
2323
jwt.secret-key=TnFsNVJEbEtyTzU4bzNtVkYzcm0wM1VBeldWencwTjR3RFZRZmk3SlFJQXJ1MzZQaDdHNjBQWTdMWkJ1ZUxsWmxBZHZyVzFKeVBpZE1tampTTEd2TlE9PQ==

0 commit comments

Comments
 (0)