Skip to content

Commit

Permalink
fix(app): Update the wallet initiated enviornemt to stg (#581)
Browse files Browse the repository at this point in the history
Signed-off-by: Talwinder kaur <[email protected]>
  • Loading branch information
talwinder kaur authored Aug 31, 2023
1 parent ba49639 commit dbd1a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/app/lib/assets/walletInitiatedIssuerConfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"TrustBloc (Dev) Issuer" : {
"issuerURI": "https://api-gateway.dev.trustbloc.dev/issuer/bank_issuer/v1.0",
"TrustBloc (Stg) Issuer" : {
"issuerURI": "https://api-gateway.stg.trustbloc.dev/issuer/bank_issuer/v1.0",
"scopes": ["openid","profile"],
"clientID": "oidc4vc_client",
"redirectURI": "trustbloc-wallet://openid4vci/authcodeflow/callback",
Expand Down

0 comments on commit dbd1a6d

Please sign in to comment.