Skip to content

Commit 8642994

Browse files
Also use code from #19 in prod and dev
1 parent edec4da commit 8642994

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config/storage/backend/file.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)