mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
18 lines
587 B
JSON
18 lines
587 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/identity/handler/base/default.json",
|
|
"css:config/identity/handler/routing/default.json",
|
|
"css:config/identity/handler/storage/password.json",
|
|
|
|
"css:config/identity/handler/enable/client-credentials.json",
|
|
"css:config/identity/handler/enable/password.json",
|
|
"css:config/identity/handler/enable/webid.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Disables account creation and creating new pods."
|
|
}
|
|
]
|
|
}
|