mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

There is a conflict between notifications being sent out right before a test stops, and the file locker trying to clean up the locks folder. This only has an impact when shutting down the server so has no real impact, but should still be fixed eventually so we can easily write tests.
65 lines
2.5 KiB
JSON
65 lines
2.5 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/app/main/default.json",
|
|
"css:config/app/init/initialize-root.json",
|
|
"css:config/app/setup/disabled.json",
|
|
"css:config/http/handler/default.json",
|
|
"css:config/http/middleware/default.json",
|
|
"css:config/http/notifications/disabled.json",
|
|
"css:config/http/server-factory/http.json",
|
|
"css:config/http/static/default.json",
|
|
"css:config/identity/access/public.json",
|
|
|
|
"css:config/identity/handler/default.json",
|
|
"css:config/identity/ownership/token.json",
|
|
"css:config/identity/pod/static.json",
|
|
"css:config/identity/registration/enabled.json",
|
|
"css:config/ldp/authentication/dpop-bearer.json",
|
|
"css:config/ldp/authorization/webacl.json",
|
|
"css:config/ldp/handler/default.json",
|
|
"css:config/ldp/metadata-parser/default.json",
|
|
"css:config/ldp/metadata-writer/default.json",
|
|
"css:config/ldp/modes/default.json",
|
|
"css:config/storage/backend/file.json",
|
|
"css:config/storage/key-value/resource-store.json",
|
|
"css:config/storage/middleware/default.json",
|
|
"css:config/util/auxiliary/acl.json",
|
|
"css:config/util/identifiers/suffix.json",
|
|
"css:config/util/index/default.json",
|
|
"css:config/util/logging/winston.json",
|
|
"css:config/util/representation-conversion/default.json",
|
|
"css:config/util/resource-locker/file.json",
|
|
"css:config/util/variables/default.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:test:Instances",
|
|
"@type": "RecordObject",
|
|
"record": [
|
|
{
|
|
"RecordObject:_record_key": "app",
|
|
"RecordObject:_record_value": { "@id": "urn:solid-server:default:App" }
|
|
},
|
|
{
|
|
"RecordObject:_record_key": "store",
|
|
"RecordObject:_record_value": { "@id": "urn:solid-server:default:ResourceStore_Backend" }
|
|
},
|
|
{
|
|
"RecordObject:_record_key": "locker",
|
|
"RecordObject:_record_value": { "@id": "urn:solid-server:default:FileSystemResourceLocker" }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"@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"
|
|
}
|
|
]
|
|
}
|