Skip to content

Commit

Permalink
fix: typo for humanReadable config key
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed Nov 25, 2024
1 parent d634747 commit a31f733
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 @@ -34,7 +34,7 @@ uniresolver:
deactivatable: true
enumerable: true
historyAvailable: true
humanReadbale: false
humanReadable: false
- pattern: "^(did:indy:.+)$"
url: ${uniresolver_web_driver_url_did_indy:http://driver-did-indy:8080/}
propertiesEndpoint: "true"
Expand Down Expand Up @@ -71,7 +71,7 @@ uniresolver:
deactivatable: true
enumerable: false
historyAvailable: false
humanReadbale: true
humanReadable: true
- pattern: "^(did:ethr:.+)$"
url: ${uniresolver_web_driver_url_did_ethr:http://uni-resolver-driver-did-uport:8081/}
testIdentifiers:
Expand Down Expand Up @@ -271,7 +271,7 @@ uniresolver:
deactivatable: false
enumerable: false
historyAvailable: false
humanReadbale: false
humanReadable: false
- pattern: "^(did:kscirc:.+)$"
url: ${uniresolver_web_driver_url_did_kscirc:http://did-kscirc-driver:9800/1.0/identifiers/$1}
testIdentifiers:
Expand Down

0 comments on commit a31f733

Please sign in to comment.