Skip to content

Commit

Permalink
Fix : yml 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdl0157 committed Oct 21, 2022
1 parent 78656d7 commit 3758559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public String googleInitUrl(String url) {
.collect(Collectors.joining("&"));
return stringBuilder
.append("https://accounts.google.com/")
.append("/o/oauth2/v2/auth?")
.append("o/oauth2/v2/auth?")
.append(paramStr)
.toString();
}
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ custom:
google:
url: https://accounts.google.com/o/oauth2/v2/auth
callback-url: http://localhost:3000/frontend/auth
scope : https://www.googleapis.com/auth/userinfo.profile+https://www.googleapis.com/auth/userinfo.email
client-id: ENC(1iB291mbiqlGVJC5RQeSTYZPmEDGFHc2AGNg/e98cfdrIKgp0fcyR5dDAgKcrG+jPP7UhHLd9XIwP+WdbudoBgcOP5umB6LNpNbfUdAyAUbREMHxmV147w==)
client-secret: ENC(2ZlPmuO36z6BPwRNoaVo6g//j5lZJM9m4LvNn81+1dyPeredxVC8ya9UA6Q3xFS6)
jwt:
Expand Down

0 comments on commit 3758559

Please sign in to comment.