File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ server:
92
92
$ref : /constants/port
93
93
use :
94
94
# CORS
95
- - - $require : ' cors'
95
+ - - $require : ' cors?t=function#default '
96
96
97
97
# Add agent to the request object
98
98
- - $require : ' @veramo/remote-server?t=function#RequestWithAgentRouter'
@@ -221,7 +221,7 @@ keyManager:
221
221
- $ref : /constants/secretKey
222
222
# __TEMPLATE__: you can install your own Key Management System implementation too
223
223
my :
224
- $require : ./build#MyKeyManagementSystem
224
+ $require : ./build/index.js #MyKeyManagementSystem
225
225
226
226
# DID Manager
227
227
didManager :
@@ -235,7 +235,7 @@ didManager:
235
235
providers :
236
236
# __TEMPLATE__: you can install your customized DID provider like so
237
237
did:my :
238
- $require : ./build#MyIdentifierProvider
238
+ $require : ./build/index.js #MyIdentifierProvider
239
239
$args :
240
240
- defaultKms : local
241
241
did:ethr :
@@ -279,4 +279,4 @@ agent:
279
279
$args :
280
280
- $ref : /dbConnection
281
281
# __TEMPLATE__: install your plugin on the `@veramo/cli` agent
282
- - $require : ./build#MyAgentPlugin
282
+ - $require : ./build/index.js #MyAgentPlugin
You can’t perform that action at this time.
0 commit comments