mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
29 lines
987 B
JSON
29 lines
987 B
JSON
{
|
|
"@context": [
|
|
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld"
|
|
],
|
|
"import": [
|
|
"css:config/http/handler/handlers/storage-description.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "This version of the server has no IDP or pod provisioning.",
|
|
"@id": "urn:solid-server:default:HttpHandler",
|
|
"@type": "SequenceHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:Middleware" },
|
|
{
|
|
"@id": "urn:solid-server:default:BaseHttpHandler",
|
|
"@type": "StatusWaterfallHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:StaticAssetHandler" },
|
|
{ "@id": "urn:solid-server:default:StorageDescriptionHandler" },
|
|
{ "@id": "urn:solid-server:default:LdpHandler" }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|