-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mirko Mollik <mollik@trustcerts.de>
- Loading branch information
Mirko Mollik
committed
Apr 29, 2024
1 parent
bb24dc6
commit acbb6d5
Showing
4 changed files
with
93 additions
and
31 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
apps/holder/projects/browser-extension/src/environments/environment.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export const environment = { | ||
backendUrl: 'http://localhost:3000', | ||
keycloakHost: 'https://keycloak.yanacocha.fit.fraunhofer.de', | ||
keycloakHost: 'http://localhost:8080', | ||
keycloakClient: 'browser', | ||
keycloakRealm: 'wallet-ssi', | ||
demoIssuer: 'https://issuer.ssi.yanacocha.fit.fraunhofer.de', | ||
demoVerifier: 'https://verifier.ssi.yanacocha.fit.fraunhofer.de', | ||
keycloakRealm: 'wallet', | ||
demoIssuer: 'http://localhost:3001', | ||
demoVerifier: 'http://localhost:3002', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,7 @@ | |
z-index: 100; | ||
color: #fff; | ||
} | ||
|
||
#loading { | ||
margin-top: 100px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters