From 0ffee0493ffa4124b89db29a9469d4694fbcd53b Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Mon, 11 Dec 2023 15:57:13 +0100 Subject: [PATCH] ajout properties offline --- conf/properties.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/conf/properties.json b/conf/properties.json index bca2503a..9d4b453d 100644 --- a/conf/properties.json +++ b/conf/properties.json @@ -18,5 +18,10 @@ "contour_size": 2, "circle_radius": 7 } - } -} + }, + "allowOffline": true, + "offlinePrivileges": [ + "vitis_user", + "vmap_user" + ] +} \ No newline at end of file -- GitLab