Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix uniresolver url
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Bernhardt <[email protected]>
  • Loading branch information
frank-bee committed Feb 3, 2021
1 parent a8e9b77 commit 8da3312
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ bpa:
#host where containers are running: typically localhost but might be an IP as well
host: localhost
resolver:
url: ${BPA_RESOLVER_URL:`https://resolver.dev.economyofthings.io`}
url: ${BPA_RESOLVER_URL:`https://resolver.stage.economyofthings.io`}
ledger:
browser: ${BPA_LEDGER_BROWSER:`https://indy-test.bosch-digital.de`}
host: localhost:${micronaut.server.port}
Expand Down
2 changes: 1 addition & 1 deletion charts/bpa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Note: Deleting the PVC's will delete postgresql data as well. Please be cautious
| bpa.password | string | `"changeme"` | Default password, overwrite default if running in production like environments |
| bpa.podAnnotations | object | `{}` | |
| bpa.podSecurityContext | object | `{}` | |
| bpa.resolverURL | string | `"https://resolver.dev.economyofthings.io"` | Uni Resolver URL |
| bpa.resolverURL | string | `"https://resolver.stage.economyofthings.io"` | Uni Resolver URL |
| bpa.resources | object | `{}` | |
| bpa.securityContext | object | `{}` | |
| bpa.securityEnabled | bool | `true` | enable security (username and password) |
Expand Down
2 changes: 1 addition & 1 deletion charts/bpa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bpa:
webMode: false

# -- Uni Resolver URL
resolverURL: https://resolver.dev.economyofthings.io
resolverURL: https://resolver.stage.economyofthings.io

# -- The ledger prefix that is configured with the Uni Resolver
didPrefix: "did:sov:iil:"
Expand Down
2 changes: 1 addition & 1 deletion scripts/.env-example
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BPA_BOOTSTRAP_PW=changeme
BPA_WEB_MODE=false

# Uni Resolver URL
BPA_RESOLVER_URL=https://resolver.dev.economyofthings.io
BPA_RESOLVER_URL=https://resolver.stage.economyofthings.io
# The ledger prefix that is configured with the Uni Resolver
BPA_DID_PREFIX=did:sov:iil:

Expand Down

0 comments on commit 8da3312

Please sign in to comment.