From 94fc1d0d195e86785b9342eebc2dcf7897108d55 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 16 Jun 2025 13:44:30 +0000
Subject: [PATCH] GS-1843
---
settings.default.json | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/settings.default.json b/settings.default.json
index 5e118e7..a4ca905 100644
--- a/settings.default.json
+++ b/settings.default.json
@@ -7,5 +7,13 @@
"database": "ilias",
"user": "root",
"password": "paaa322ss"
+ },
+ "search": {
+ "readFromFile": false,
+ "file": "users-local.json"
+ },
+ "ilias": {
+ "urlDoc": "Url of custom ILIAS PHP file",
+ "url": "http://192.168.178.84:8060/alex.php"
}
}
--
Gitblit v1.8.0