Files
CommunitySolidServer/config/app/init/initializers/seeding.json
Joachim Van Herwegen a47f5236ef feat: Full rework of account management
Complete rewrite of the account management and related systems.
Makes the architecture more modular,
allowing for easier extensions and configurations.
2023-10-06 11:04:40 +02:00

15 lines
680 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Initializer that instantiates all the seeded accounts and pods.",
"@id": "urn:solid-server:default:SeededAccountInitializer",
"@type": "SeededAccountInitializer",
"accountHandler": { "@id": "urn:solid-server:default:CreateAccountHandler" },
"passwordHandler": { "@id": "urn:solid-server:default:CreatePasswordHandler" },
"podHandler": { "@id": "urn:solid-server:default:CreatePodHandler" },
"configFilePath": { "@id": "urn:solid-server:default:variable:seedConfig" }
}
]
}