mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
This adds options for enabling setup to the config folder. All default configs with permanent storage (file/sparql) are configured to require setup at server start. Memory-based configs merely have it as an option.
14 lines
384 B
JSON
14 lines
384 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/app/init/initializers/root.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Completely disables the setup page.",
|
|
"@id": "urn:solid-server:default:SetupHandler",
|
|
"@type": "UnsupportedAsyncHandler"
|
|
}
|
|
]
|
|
}
|