Skip to content

Commit

Permalink
fix: add env variable for driver-did-itn (#420)
Browse files Browse the repository at this point in the history
* add did:itn driver

* reverted unnecessary changes

* fix: add env variable for driver-did-itn

---------

Co-authored-by: Dmitry Zotov <dmzt08@gmail.com>
  • Loading branch information
BernhardFuchs and AlexMesser authored Apr 24, 2024
1 parent 438f423 commit cfa0776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/deploy-k8s-aws/scripts/driver-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ driver-did-ev:
value: "0x4E4f55190185f2694D331E5c9Fd70a2B75Eb4Bd2"
- name: BASE_BLOCKS
value: "2700000"
driver-did-itn:
env:
- name: DID_RESOLVER_URL
value: "https://resolver.itn.mobi"

0 comments on commit cfa0776

Please sign in to comment.