mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
63 lines
2.6 KiB
JSON
63 lines
2.6 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/http/handler/default.json",
|
|
"files-scs:config/http/middleware/websockets.json",
|
|
"files-scs:config/http/server-factory/websockets.json",
|
|
"files-scs:config/http/static/default.json",
|
|
"files-scs:config/identity/handler/default.json",
|
|
"files-scs:config/init/handler/default.json",
|
|
"files-scs:config/ldp/authentication/dpop-bearer.json",
|
|
"files-scs:config/ldp/authorization/webacl.json",
|
|
"files-scs:config/ldp/handler/default.json",
|
|
"files-scs:config/ldp/metadata-parser/default.json",
|
|
"files-scs:config/ldp/metadata-writer/default.json",
|
|
"files-scs:config/ldp/permissions/acl.json",
|
|
"files-scs:config/pod/handler/static.json",
|
|
"files-scs:config/storage/key-value/memory.json",
|
|
"files-scs:config/storage/resource-store/memory.json",
|
|
"files-scs:config/util/auxiliary/acl.json",
|
|
"files-scs:config/util/identifiers/suffix.json",
|
|
"files-scs:config/util/index/default.json",
|
|
"files-scs:config/util/logging/winston.json",
|
|
"files-scs:config/util/representation-conversion/default.json",
|
|
"files-scs:config/util/resource-locker/memory.json",
|
|
"files-scs:config/util/variables/default.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:test:Instances",
|
|
"@type": "RecordObject",
|
|
"RecordObject:_record": [
|
|
{
|
|
"comment": "Only use the parallel initializer. Starting the server is done in the test code..",
|
|
"RecordObject:_record_key": "initializer",
|
|
"RecordObject:_record_value": { "@id": "urn:solid-server:default:ParallelInitializer" }
|
|
},
|
|
{
|
|
"RecordObject:_record_key": "factory",
|
|
"RecordObject:_record_value": { "@id": "urn:solid-server:default:ServerFactory" }
|
|
},
|
|
{
|
|
"comment": "Timer needs to be stopped when tests are finished.",
|
|
"RecordObject:_record_key": "expiringStorage",
|
|
"RecordObject:_record_value": { "@id": "urn:solid-server:default:ExpiringIdpStorage" }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:EmailSender",
|
|
"@type": "BaseEmailSender",
|
|
"args_senderName": "Solid Server",
|
|
"args_emailConfig_host": "smtp.example.email",
|
|
"args_emailConfig_port": 587,
|
|
"args_emailConfig_auth_user": "alice@example.email",
|
|
"args_emailConfig_auth_pass": "NYEaCsqV7aVStRCbmC"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:ResourcesGenerator",
|
|
"TemplatedResourcesGenerator:_templateFolder": "$PACKAGE_ROOT/test/assets/templates"
|
|
}
|
|
]
|
|
}
|