We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f26286 commit ce235e9Copy full SHA for ce235e9
lib/config.js
@@ -18,18 +18,6 @@ cfg.caches = {
18
}
19
};
20
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
-
33
cfg.routes = {
34
credentialsStatus: '/credentials/status',
35
statusLists: '/status-lists'
0 commit comments