@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
15 lines (14 loc) • 654 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Initializer that instantiates all the seeded accounts and pods.",
"@id": "urn:solid-server:default:SeededAccountInitializer",
"@type": "SeededAccountInitializer",
"accountStore": { "@id": "urn:solid-server:default:AccountStore" },
"passwordStore": { "@id": "urn:solid-server:default:PasswordStore" },
"podCreator": { "@id": "urn:solid-server:default:PodCreator" },
"configFilePath": { "@id": "urn:solid-server:default:variable:seedConfig" }
}
]
}