diff --git a/backend/business-partner-agent/src/main/resources/application.yml b/backend/business-partner-agent/src/main/resources/application.yml index d03ed9e33..d34ce16b0 100644 --- a/backend/business-partner-agent/src/main/resources/application.yml +++ b/backend/business-partner-agent/src/main/resources/application.yml @@ -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} diff --git a/charts/bpa/README.md b/charts/bpa/README.md index a3a70371b..8b33ebc1f 100644 --- a/charts/bpa/README.md +++ b/charts/bpa/README.md @@ -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) | diff --git a/charts/bpa/values.yaml b/charts/bpa/values.yaml index ac941e228..b64c98e24 100644 --- a/charts/bpa/values.yaml +++ b/charts/bpa/values.yaml @@ -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:" diff --git a/scripts/.env-example b/scripts/.env-example index 6a17b345b..818892d1d 100644 --- a/scripts/.env-example +++ b/scripts/.env-example @@ -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: