Skip to content

Commit

Permalink
chore(user-verification): added KERI_BALLOT_VERIFIER_APP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Aug 14, 2024
1 parent fcefc07 commit 8552453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/cf-user-verification-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ spec:
- name: LEDGER_FOLLOWER_APP_URL
value: {{ $.Values.ledgerFollowerAppUrl }}

- name: KERI_BALLOT_VERIFIER_APP_URL
value: {{ $.Values.keriBallotVerifierAppUrl | default "http://cf-keri-ballot-verifier:5667" }}

- name: DISCORD_BOT_EVENT_ID_BINDING
value: {{ $.Values.discordBotEventIdBinding }}

Expand Down

0 comments on commit 8552453

Please sign in to comment.