Last active
October 16, 2024 13:54
-
-
Save argahsuknesib/1ba4864d419ce391fd964e2960bb368b to your computer and use it in GitHub Desktop.
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/^7.0.0/components/context.jsonld", | |
"import": [ | |
"css:config/app/init/static-root.json", | |
"css:config/app/main/default.json", | |
"css:config/app/variables/default.json", | |
"css:config/http/handler/default.json", | |
"css:config/http/middleware/default.json", | |
"css:config/http/notifications/webhooks.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/oidc/default.json", | |
"css:config/identity/ownership/token.json", | |
"css:config/identity/pod/static.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/location/pod.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/redis.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": 180000 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment