mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Remove source parameters from individual store configs
This commit is contained in:
parent
e8a0f63e02
commit
478a915790
@ -5,7 +5,6 @@
|
||||
"comment": "Converts all outgoing resources based on the preferences.",
|
||||
"@id": "urn:solid-server:default:ResourceStore_Converting",
|
||||
"@type": "RepresentationConvertingStore",
|
||||
"source": { "@id": "urn:solid-server:default:RoutingResourceStore" },
|
||||
"options_outConverter": { "@id": "urn:solid-server:default:RepresentationConverter" }
|
||||
}
|
||||
]
|
||||
|
@ -5,7 +5,6 @@
|
||||
"comment": "Allows for PATCH operations on stores that don't have native support.",
|
||||
"@id": "urn:solid-server:default:ResourceStore_Patching",
|
||||
"@type": "PatchingStore",
|
||||
"source": { "@id": "urn:solid-server:default:ResourceStore_Converting" },
|
||||
"patcher": {
|
||||
"@id": "urn:solid-server:default:PatchHandler",
|
||||
"@type": "SparqlUpdatePatchHandler",
|
||||
|
Loading…
x
Reference in New Issue
Block a user