From 764bc2074c3a2d91be627d34e21b4547d598c57b Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Fri, 7 Aug 2020 23:32:43 +0200 Subject: [PATCH] :bug: Pass whitelist domain to config Signed-off-by: mathieu.brunot --- backend/src/uxbox/config.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/uxbox/config.clj b/backend/src/uxbox/config.clj index 83b88f6d8..2299fb8d9 100644 --- a/backend/src/uxbox/config.clj +++ b/backend/src/uxbox/config.clj @@ -105,6 +105,7 @@ ::debug-humanize-transit ::allow-demo-users ::registration-enabled + ::registration-domain-whitelist ::image-process-max-threads])) (defn env->config