Skip to content

Commit

Permalink
fix: set correct demo endpoints
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
cre8 committed Apr 21, 2024
1 parent 88ec75f commit 0da8dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/holder/projects/pwa/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export const environment = {
keycloakHost: 'https://keycloak.yanacocha.fit.fraunhofer.de',
keycloakClient: 'browser',
keycloakRealm: 'wallet-ssi',
demoIssuer: 'http://localhost:3001',
demoVerifier: 'http://localhost:3002',
demoIssuer: 'https://issuer.ssi.yanacocha.fit.fraunhofer.de',
demoVerifier: 'https://verifier.ssi.yanacocha.fit.fraunhofer.de',
};

0 comments on commit 0da8dd6

Please sign in to comment.