Skip to content

Commit

Permalink
Merge pull request #10 from credebl/feat/multiple-rp-support
Browse files Browse the repository at this point in the history
refactor: added sandbox URL
  • Loading branch information
tipusinghaw authored Sep 27, 2024
2 parents 80ad1f3 + 7e17bbc commit 3e724bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DEFAULT_EXPECTED_ORIGINS = ['http://localhost:3000','http://localhost:3001','https://dev.credebl.id','https://qa.credebl.id','https://credebl.id','https://sandbox.credebl.id'];
export const DEFAULT_RP_ID = ['localhost','dev.credebl.id','qa.credebl.id','credebl.id'];
export const DEFAULT_RP_ID = ['localhost','dev.credebl.id','qa.credebl.id','credebl.id','sandbox.credebl.id'];
export const TIMEOUT = 60000
export const RP_NAME = 'CREDEBL'

0 comments on commit 3e724bf

Please sign in to comment.