Skip to content

Commit

Permalink
Merge pull request #457 from decentralized-identity/chore/ebsi-v5
Browse files Browse the repository at this point in the history
Update did:ebsi resolver url to v5
  • Loading branch information
peacekeeper authored Dec 5, 2024
2 parents e55e90b + 4e7ca58 commit 0b8608c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uni-resolver-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ uniresolver:
testIdentifiers:
- did:lit:AEZ87t1bi5bRxmVh3ksMUi
- pattern: "^(did:ebsi:.+)$"
url: ${uniresolver_web_driver_url_did_ebsi:https://api-pilot.ebsi.eu/did-registry/v4/identifiers/$1}
url: ${uniresolver_web_driver_url_did_ebsi:https://api-pilot.ebsi.eu/did-registry/v5/identifiers/$1}
testIdentifiers:
- did:ebsi:ziE2n8Ckhi6ut5Z8Cexrihd
- did:ebsi:zkC6cUFUs3FiRp2xedNwih2
- did:ebsi:zjUnExsyyweQ9p4cy3nvrVc
- did:ebsi:z24q53pA3pjcnoukP6fD5jXt
- pattern: "^(did:emtrust:.+)$"
url: ${uniresolver_web_driver_url_did_emtrust:http://driver-did-emtrust:8080/}
testIdentifiers:
Expand Down

0 comments on commit 0b8608c

Please sign in to comment.