From 971018cdec2d18a61adc71a8f330bb7b27752904 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 27 Jul 2021 13:25:16 +0200 Subject: [PATCH] fix: Add missing registration config import to sparql config --- config/sparql-endpoint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sparql-endpoint.json b/config/sparql-endpoint.json index af2fb38f6..284d41bae 100644 --- a/config/sparql-endpoint.json +++ b/config/sparql-endpoint.json @@ -11,6 +11,7 @@ "files-scs:config/identity/handler/default.json", "files-scs:config/identity/ownership/token.json", "files-scs:config/identity/pod/static.json", + "files-scs:config/identity/registration/enabled.json", "files-scs:config/ldp/authentication/dpop-bearer.json", "files-scs:config/ldp/authorization/webacl.json", "files-scs:config/ldp/handler/default.json",