Skip to content

Commit eb85cfe

Browse files
Update authentication-service-configmap.yml
1 parent 9db64fb commit eb85cfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kubernetes/authentication-service-configmap.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ spring:
44
client:
55
registration:
66
google:
7-
client-id: 646370370811-lh2drkd14outujo23q01jdgj5k7u38gp.apps.googleusercontent.com
8-
client-secret: zllbqfwctOHmVw5XGInTnrvX
7+
client-id: ${CLIENT_ID}
8+
client-secret: ${CLIENT_SECRET}
99
---
1010
spring:
1111
profiles: prod
@@ -28,4 +28,4 @@ com:
2828
key-store: ${KEYSTORE:}
2929
key-store-password: ${KEYSTORE_PASSWORD:}
3030
key-alias: ${KEYSTORE_ALIAS:}
31-
user-info-uri: ${USER_INFO_URI:https://spendingbetter.com/auth/api/authenticatedUser}
31+
user-info-uri: ${USER_INFO_URI:https://spendingbetter.com/auth/api/authenticatedUser}

0 commit comments

Comments
 (0)