From 39bb717c40c538bc16f1cef7d9737ac619a0ead4 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 01 Aug 2025 14:47:26 +0000
Subject: [PATCH] use other vite port

---
 settings.default.json |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/settings.default.json b/settings.default.json
index c262127..9d3e7fa 100644
--- a/settings.default.json
+++ b/settings.default.json
@@ -9,7 +9,13 @@
       "password": "paaa322ss"
    },
    "search": {
-      "readFromFile": true,
+      "readFromFile": false,
       "file": "users-local.json"
+   },
+   "ilias": {
+      "urlDoc": "Url of custom ILIAS PHP file",
+      "url": "http://192.168.178.84:8060/globus-ilias-rest/api.php",
+      "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490",
+      "iliasTokenComment": "Token muss bei Änderungen nach php/globus-ilias-rest/token kopiert werden"
    }
 }

--
Gitblit v1.8.0