From 30799f6667490f3105bca05784c6bbf0d38b36f3 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Fri, 15 Apr 2022 10:15:58 +0200 Subject: [PATCH] fix: Add missing imports from default configs --- config/quota-file.json | 1 + config/sparql-file-storage.json | 1 + 2 files changed, 2 insertions(+) diff --git a/config/quota-file.json b/config/quota-file.json index 070751620..30b70ab29 100644 --- a/config/quota-file.json +++ b/config/quota-file.json @@ -4,6 +4,7 @@ "files-scs:config/app/main/default.json", "files-scs:config/app/init/default.json", "files-scs:config/app/setup/required.json", + "files-scs:config/app/variables/default.json", "files-scs:config/http/handler/default.json", "files-scs:config/http/middleware/websockets.json", "files-scs:config/http/server-factory/websockets.json", diff --git a/config/sparql-file-storage.json b/config/sparql-file-storage.json index 1a8401669..f4f0d2438 100644 --- a/config/sparql-file-storage.json +++ b/config/sparql-file-storage.json @@ -4,6 +4,7 @@ "files-scs:config/app/main/default.json", "files-scs:config/app/init/default.json", "files-scs:config/app/setup/required.json", + "files-scs:config/app/variables/default.json", "files-scs:config/http/handler/default.json", "files-scs:config/http/middleware/websockets.json", "files-scs:config/http/server-factory/websockets.json",