From e19f1dc6c1f262d01e3806f95563a072ead6e512 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Sun, 06 Jul 2025 16:24:45 +0000
Subject: [PATCH] GS-2199
---
settings.default.json | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/settings.default.json b/settings.default.json
index 3f2f582..9d3e7fa 100644
--- a/settings.default.json
+++ b/settings.default.json
@@ -14,7 +14,8 @@
},
"ilias": {
"urlDoc": "Url of custom ILIAS PHP file",
- "url": "http://192.168.178.84:8060/alex.php",
- "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490"
+ "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