Skip to content

Commit

Permalink
[JN-1529] Add sm ref in participant deployment (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBemis authored Dec 10, 2024
1 parent baacad7 commit 18432c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api-participant/src/main/resources/application-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env:
addrValidation:
smartyAuthId: ${sm://${SMARTY_AUTH_ID_SECRET_ID}}
smartyAuthToken: ${sm://${SMARTY_AUTH_TOKEN_SECRET_ID}}
mixpanel:
token: ${sm://${MIXPANEL_TOKEN_SECRET_ID}}
spring:
cloud:
gcp:
Expand Down

0 comments on commit 18432c4

Please sign in to comment.