From b9ca09b770f0cd55c7f5d044205cd7a451f8e07e Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 23 Jun 2026 15:58:14 +0000
Subject: [PATCH] cleanup
---
settings.test.json | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/settings.test.json b/settings.test.json
index 8b11d83..e0cd08a 100644
--- a/settings.test.json
+++ b/settings.test.json
@@ -1,12 +1,13 @@
{
"authtoken": "jiuGfr432898D90290kjfsldkfn3hh8F",
"port": 4101,
+ "restUrl": "http://localhost:4101",
"db": {
- "host": "localhost",
+ "host": "dysnomia.ms.minervis.com",
"port": 3306,
"database": "ilias_globusfachtest",
- "user": "globusfachtestadmin",
- "password": "f5A3IO2x8ulOxEMe10i8"
+ "user": "globusfachtestapi",
+ "password": "j81X2lyvDNwxPnbAyTae"
},
"ilias": {
"urlDoc": "Url of custom ILIAS PHP file",
--
Gitblit v1.8.0