We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db64fb commit eb85cfeCopy full SHA for eb85cfe
.github/workflows/kubernetes/authentication-service-configmap.yml
@@ -4,8 +4,8 @@ spring:
4
client:
5
registration:
6
google:
7
- client-id: 646370370811-lh2drkd14outujo23q01jdgj5k7u38gp.apps.googleusercontent.com
8
- client-secret: zllbqfwctOHmVw5XGInTnrvX
+ client-id: ${CLIENT_ID}
+ client-secret: ${CLIENT_SECRET}
9
---
10
spring:
11
profiles: prod
@@ -28,4 +28,4 @@ com:
28
key-store: ${KEYSTORE:}
29
key-store-password: ${KEYSTORE_PASSWORD:}
30
key-alias: ${KEYSTORE_ALIAS:}
31
- user-info-uri: ${USER_INFO_URI:https://spendingbetter.com/auth/api/authenticatedUser}
+ user-info-uri: ${USER_INFO_URI:https://spendingbetter.com/auth/api/authenticatedUser}
0 commit comments