Files
CommunitySolidServer/config/util/auxiliary/no-acl.json
2021-06-29 17:43:44 +01:00

15 lines
548 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": [
"This will contain references to all the auxiliary strategies (such as the acl one) if they are needed.",
"Components.js does not support empty arrays, so this config can only by used if at least one strategy gets added."
],
"@id": "urn:solid-server:default:AuxiliaryStrategy",
"@type": "RoutingAuxiliaryStrategy",
"sources": [ ]
}
]
}