From 82f18bd37dae283be0940416f3ab7684ad56044c Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 08 Dec 2025 10:15:08 +0000
Subject: [PATCH] typo
---
settings.default.json | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/settings.default.json b/settings.default.json
index a9dd7f3..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,
@@ -11,5 +12,11 @@
"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