From bd6b930043d6bca90b6a3be7a4a18c9da713555d Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 30 Jun 2025 14:21:26 +0000
Subject: [PATCH] update settings
---
settings.default.json | 3 ++-
settings.test.json | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/settings.default.json b/settings.default.json
index 91b35bc..9d3e7fa 100644
--- a/settings.default.json
+++ b/settings.default.json
@@ -15,6 +15,7 @@
"ilias": {
"urlDoc": "Url of custom ILIAS PHP file",
"url": "http://192.168.178.84:8060/globus-ilias-rest/api.php",
- "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490"
+ "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490",
+ "iliasTokenComment": "Token muss bei Änderungen nach php/globus-ilias-rest/token kopiert werden"
}
}
diff --git a/settings.test.json b/settings.test.json
index 7a71f0f..8b11d83 100644
--- a/settings.test.json
+++ b/settings.test.json
@@ -11,6 +11,8 @@
"ilias": {
"urlDoc": "Url of custom ILIAS PHP file",
"url": "https://globusfm-dev2.minervis.com/globus-ilias-rest/login.php",
- "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490"
+ "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490",
+ "iliasTokenComment": "Token muss bei Änderungen nach php/globus-ilias-rest/token kopiert werden",
+ "exampleUrlPhp": "https://globusfm-dev2.minervis.com/globus-ilias-rest/login.php?token=jkhHKhui899HUKHBzGHtgoiedko2393490&command=ping"
}
}
--
Gitblit v1.8.0