From a8c152f255665bc4eae00cc5a7f266cc9e7ffa51 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Thu, 27 Nov 2025 15:20:16 +0000
Subject: [PATCH] GS-2333
---
settings.default.json | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/settings.default.json b/settings.default.json
index 91b35bc..badd093 100644
--- a/settings.default.json
+++ b/settings.default.json
@@ -1,6 +1,7 @@
{
"authtoken": "jiuGfr432898D90290kjfsldkfn3hh8F",
"port": 4101,
+ "restUrl": "http://localhost:4101",
"db": {
"host": "localhost",
"port": 33009,
@@ -14,7 +15,8 @@
},
"ilias": {
"urlDoc": "Url of custom ILIAS PHP file",
- "url": "http://192.168.178.84:8060/globus-ilias-rest/api.php",
- "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490"
+ "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