1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| {
| "authtoken": "jiuGfr432898D90290kjfsldkfn3hh8F",
| "port": 4101,
| "restUrl": "http://localhost:4101",
| "db": {
| "host": "localhost",
| "port": 33009,
| "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/globus-ilias-rest/login.php",
| "iliastoken": "jkhHKhui899HUKHBzGHtgoiedko2393490",
| "iliasTokenComment": "Token muss bei Änderungen nach php/globus-ilias-rest/token kopiert werden"
| }
| }
|
|