mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
27 lines
1.0 KiB
JSON
27 lines
1.0 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/ldp/metadata-parser/parsers/content-length.json",
|
|
"css:config/storage/backend/quota/global-quota-file.json",
|
|
"css:config/storage/backend/quota/quota-file.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "A global quota store setup with a file system backend.",
|
|
"@id": "urn:solid-server:default:ResourceStore_Backend",
|
|
"@type": "DataAccessorBasedStore",
|
|
"identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" },
|
|
"auxiliaryStrategy": { "@id": "urn:solid-server:default:AuxiliaryStrategy" },
|
|
"accessor": { "@id": "urn:solid-server:default:FileDataAccessor" }
|
|
},
|
|
{
|
|
"comment": "Add content-length parser to the MetadataParser.",
|
|
"@id": "urn:solid-server:default:MetadataParser",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:ContentLengthParser" }
|
|
]
|
|
}
|
|
]
|
|
}
|