From 0e9f303e2e3d63d5b2b5a6b97cf12d1f38ace0ce Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 11 Jul 2025 02:37:53 +0000
Subject: [PATCH] adding get single TN
---
settings.test.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
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