We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c659a8 commit cbecfbeCopy full SHA for cbecfbe
1 file changed
src/main/resources/application.yml
@@ -21,8 +21,8 @@ spring:
21
client:
22
registration:
23
google:
24
- clientId: '962497524793-sn58hgkr469ul5nare0c292nhuses5sh.apps.googleusercontent.com'
25
- clientSecret: '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'
+ clientId: 'REPLACE_ME'
+ clientSecret: 'REPLACE_ME'
26
redirect-uri: '{baseUrl}/login/oauth2/code/google'
27
authorization-grant-type: authorization_code
28
scope: openid,profile,email
0 commit comments