From 3de5dacb26517ed9ad248e69109ecf8ce30e93f4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Dec 2020 11:47:20 +0100 Subject: [PATCH] Update config.json --- joal/config.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/joal/config.json b/joal/config.json index 67d8a4842..ee1dc3550 100644 --- a/joal/config.json +++ b/joal/config.json @@ -23,14 +23,11 @@ "boot": "auto", "host_network": true, "environment": { - "spring.main.web-environment": true, - "joal.iframe.enabled":false, - "joal.ui.path.prefix": "joal", - "joal.ui.secret-token": "lrMY24Byhx", - "server.port": 8081 }, "options": { + "joal.ui.secret-token": "lrMY24Byhx", }, "schema": { + "joal.ui.secret-token": "str", } }