File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "@context" : [
3
+ " https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld" ,
4
+ " https://linkedsoftwaredependencies.org/bundles/npm/@solid/pivot/^1.0.0/components/context.jsonld"
5
+ ],
6
+ "import" : [
7
+ " css:config/storage/backend/data-accessors/file.json"
8
+ ],
9
+ "@graph" : [
10
+ {
11
+ "comment" : " A default store setup with a file system backend." ,
12
+ "@id" : " urn:solid-server:default:ResourceStore_Backend" ,
13
+ "@type" : " RedirectingStore" ,
14
+ "identifierStrategy" : { "@id" : " urn:solid-server:default:IdentifierStrategy" },
15
+ "auxiliaryStrategy" : { "@id" : " urn:solid-server:default:AuxiliaryStrategy" },
16
+ "accessor" : { "@id" : " urn:solid-server:default:FileDataAccessor" },
17
+ "metadataStrategy" : { "@id" : " urn:solid-server:default:MetadataStrategy" }
18
+ }
19
+ ]
20
+ }
You can’t perform that action at this time.
0 commit comments