Skip to content

Commit

Permalink
Remove unused config option.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Feb 24, 2024
1 parent 5f26286 commit ce235e9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ cfg.caches = {
}
};

// document loader configuration for the issuer; all issuer instances
// will securely load DID documents using `bedrock-did-io` and any contexts
// that have been specifically added to them; these config options below
// also allow any issuer instance to optionally load `http` and `https`
// documents directly from the Web
cfg.documentLoader = {
// `true` enables all issuers to fetch `http` documents from the Web
http: false,
// `true` enables all issuers to fetch `https` documents from the Web
https: false
};

cfg.routes = {
credentialsStatus: '/credentials/status',
statusLists: '/status-lists'
Expand Down

0 comments on commit ce235e9

Please sign in to comment.