Last active
November 16, 2023 14:35
-
-
Save argahsuknesib/487f89e41540e9abb94929326e31ba4a to your computer and use it in GitHub Desktop.
config to start a solid server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld", | |
"import": [ | |
"css:config/app/init/default.json", | |
"css:config/app/main/default.json", | |
"css:config/app/setup/disabled.json", | |
"css:config/app/variables/default.json", | |
"css:config/http/handler/default.json", | |
"css:config/http/middleware/default.json", | |
"css:config/http/notifications/websockets.json", | |
"css:config/http/server-factory/http.json", | |
"css:config/http/static/default.json", | |
"css:config/identity/access/public.json", | |
"css:config/identity/email/default.json", | |
"css:config/identity/handler/default.json", | |
"css:config/identity/ownership/token.json", | |
"css:config/identity/pod/static.json", | |
"css:config/identity/registration/enabled.json", | |
"css:config/ldp/authentication/dpop-bearer.json", | |
"css:config/ldp/authorization/allow-all.json", | |
"css:config/ldp/handler/default.json", | |
"css:config/ldp/metadata-parser/default.json", | |
"css:config/ldp/metadata-writer/default.json", | |
"css:config/ldp/modes/default.json", | |
"css:config/storage/backend/file.json", | |
"css:config/storage/key-value/resource-store.json", | |
"css:config/storage/middleware/default.json", | |
"css:config/util/auxiliary/empty.json", | |
"css:config/util/identifiers/suffix.json", | |
"css:config/util/index/default.json", | |
"css:config/util/logging/winston.json", | |
"css:config/util/representation-conversion/default.json", | |
"css:config/util/resource-locker/file.json", | |
"css:config/util/variables/default.json" | |
], | |
"@graph": [ | |
{ | |
"comment": "The new expiration time for inactive locks, in milliseconds.", | |
"@type": "Override", | |
"overrideInstance": { | |
"@id": "urn:solid-server:default:ResourceLocker" | |
}, | |
"overrideParameters": { | |
"@type": "WrappedExpiringReadWriteLocker", | |
"expiration": 20000 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment