-
Notifications
You must be signed in to change notification settings - Fork 5
/
.config
22 lines (16 loc) · 816 Bytes
/
.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration for ilias-downloader
# The subfolder ./configs/ contains many configurations for different ilias-systems.
# URL of the ilias system
ILIAS_URL="https://www.ili.fh-aachen.de/"
# Prefix of folder and file urls. Open a folder or file and check the url.
# Something like goto_<prefix>_xxx_yyyyyy.html
# https://www.ili.fh-aachen.de/goto_elearning_crs_604137.html
ILIAS_PREFIX="elearning"
# endpoint of login page
ILIAS_LOGIN_GET="login.php?client_id=elearning&lang=de"
# endpoint of home page (the page you land after successful login)
ILIAS_HOME="ilias.php?baseClass=ilPersonalDesktopGUI&cmd=jumpToSelectedItems"
# endpoint of logout page (the page you land after pressing logout)
ILIAS_LOGOUT="logout.php?lang=de"
# description of download button on exercise page
ILIAS_EXC_BUTTON_DESC="Download"