Skip to content

Commit

Permalink
Do not use .well-known to help avoid confusion.
Browse files Browse the repository at this point in the history
- The `.well-known` URL path is only used when no DID path is
  present in a `did:web` DID, which is not the case for the
  current test data.
  • Loading branch information
dlongley committed Apr 14, 2024
1 parent 3838643 commit dc23146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ config['app-identity'].seeds.services['vc-verifier'] = {
config['service-agent'].kms.baseUrl = 'https://localhost:18443/kms';

// set up express to serve `did:web` DID documents
config.express.static.push({route: '/test/dids', path: './.well-known'});
config.express.static.push({route: '/test/dids', path: './dids'});

0 comments on commit dc23146

Please sign in to comment.