Skip to content

Commit ce235e9

Browse files
committed
Remove unused config option.
1 parent 5f26286 commit ce235e9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/config.js

-12
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ cfg.caches = {
1818
}
1919
};
2020

21-
// document loader configuration for the issuer; all issuer instances
22-
// will securely load DID documents using `bedrock-did-io` and any contexts
23-
// that have been specifically added to them; these config options below
24-
// also allow any issuer instance to optionally load `http` and `https`
25-
// documents directly from the Web
26-
cfg.documentLoader = {
27-
// `true` enables all issuers to fetch `http` documents from the Web
28-
http: false,
29-
// `true` enables all issuers to fetch `https` documents from the Web
30-
https: false
31-
};
32-
3321
cfg.routes = {
3422
credentialsStatus: '/credentials/status',
3523
statusLists: '/status-lists'

0 commit comments

Comments
 (0)