From 92225d4edceb3ef75c79ca4a9e89c0d9664ca717 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Dec 2020 11:48:12 +0100 Subject: [PATCH] Update config.json --- joal/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joal/config.json b/joal/config.json index ee1dc3550..8450dca40 100644 --- a/joal/config.json +++ b/joal/config.json @@ -25,9 +25,9 @@ "environment": { }, "options": { - "joal.ui.secret-token": "lrMY24Byhx", + "secret_token": "lrMY24Byhx", }, "schema": { - "joal.ui.secret-token": "str", + "secret_token": "str", } }