iotaledger / integration-services

https://demo-integration-services.iota.cafe/
Apache License 2.0
30 stars 19 forks source link

Release identity v0.6 and adjust base urls #649

Closed dominic22 closed 2 years ago

dominic22 commented 2 years ago

For is-client-sdk is-ui-components and is-dashboard Adjust the urls to the service instances:

    this.auditTrailUrl = auditTrailUrl && `${auditTrailUrl}/api/${apiVersion}`;
    this.ssiBridgeUrl = ssiBridgeUrl && `${ssiBridgeUrl}/api/${apiVersion}`;

Since the api versions can be different the .env file should have the complete url as variable: Instead of:

SSI_BRIDGE_URL=http://localhost:3001
API_VERSION=v0.1

It should be SSI_BRIDGE_URL=http://localhost:3001/api/v0.2