Skip to content

Commit

Permalink
feat: updated constant for multiplt RP support
Browse files Browse the repository at this point in the history
  • Loading branch information
tipusinghaw committed Sep 27, 2024
1 parent c1cbb51 commit 70c3a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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'];
export const DEFAULT_RP_ID = ['localhost'];
export const DEFAULT_EXPECTED_ORIGINS = ['http://localhost:3000','http://localhost:3001','http://dev.credebl.id','http://qa.credebl.id','http://credebl.id','https://sandbox.credebl.id'];
export const DEFAULT_RP_ID = ['localhost','dev.credebl.id','qa.credebl.id','credebl.id'];
export const TIMEOUT = 60000
export const RP_NAME = 'CREDEBL'

0 comments on commit 70c3a88

Please sign in to comment.