mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
24 lines
1.1 KiB
JSON
24 lines
1.1 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/app/init/base/init.json",
|
|
"css:config/app/init/initializers/root.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "These handlers are called only for the Primary process whenever the server is started, and can be used to ensure that all necessary resources for booting are available. (in singlethreaded mode, these are always called)",
|
|
"@id": "urn:solid-server:default:PrimaryParallelInitializer",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:RootInitializer" }
|
|
]
|
|
},
|
|
{
|
|
"comment": "These handlers are called only for the workers processes whenever the server is started, and can be used to ensure that all necessary resources for booting are available. (in singlethreaded mode, these are always called)",
|
|
"@id": "urn:solid-server:default:WorkerParallelInitializer",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [ ]
|
|
}
|
|
]
|
|
}
|