From 2018128b2a35fd5ba34db2e8ca34ccc2108bbffc Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 17 Nov 2025 19:01:15 +0000
Subject: [PATCH] GS-2373

---
 settings.default.json |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/settings.default.json b/settings.default.json
index 5e118e7..badd093 100644
--- a/settings.default.json
+++ b/settings.default.json
@@ -1,11 +1,22 @@
 {
    "authtoken": "jiuGfr432898D90290kjfsldkfn3hh8F",
    "port": 4101,
+   "restUrl": "http://localhost:4101",
    "db": {
       "host": "localhost",
       "port": 33009,
       "database": "ilias",
       "user": "root",
       "password": "paaa322ss"
+   },
+   "search": {
+      "readFromFile": false,
+      "file": "users-local.json"
+   },
+   "ilias": {
+      "urlDoc": "Url of custom ILIAS PHP file",
+      "url": "http://192.168.178.84:8060/globus-ilias-rest/login.php",
+      "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490",
+      "iliasTokenComment": "Token muss bei Änderungen nach php/globus-ilias-rest/token kopiert werden"
    }
 }

--
Gitblit v1.8.0