Files
CommunitySolidServer/config/app/setup/disabled.json
2022-04-19 15:13:55 +02:00

14 lines
384 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.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"
}
]
}