Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Sep 11, 2024
1 parent adb8eca commit 3caf73f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/holder/src/utils/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const FILE_NAME_ACCOUNT = 'account.json';
export const FILE_NAME_DID_DOCS = 'did-docs.json';
export const REDIRECT_URL = 'http://localhost:3000';
export const REDIRECT_URL =
'https://4yju9x2wv34m3zpqg5dt1eaxvor0d0wpvett3rmebzy6xxrdvh.walrus.site';
export const SALT_TEMP = '1553493906625353164421699608680';

0 comments on commit 3caf73f

Please sign in to comment.