forked from muesli-hd/muesli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
muesli.yml.example
130 lines (113 loc) · 2.86 KB
/
muesli.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
---
# Setting a database connection here overrides the environment variable
#database:
# connection: postgresql:///muesli
listen:
host: 0.0.0.0
port: 8080
contact:
email: [email protected]
name: MÜSLI-Team
# Specifies the mail server address:
# mailserver_host: 127.0.0.1
# mailserver_port: 25
settings_override:
redis.sessions.secret: your_cookie_signing_secret
# Setting the development mode variable here overrides the environment variable
# development: False
subjects:
- Mathematik (BSc 100%)
- Mathematik (BSc 50%)
- Mathematik (MSc)
- Mathematik (Dipl.)
- Mathematik (LA) (Hauptfach)
- Mathematik (LA) (Beifach)
- Mathematik + Informatik (LA) (Hauptfaecher)
- Mathematik + Ang. Informatik (BSc jew. 50%)
- Angewandte Informatik (BSc 100%)
- Angewandte Informatik (BSc 50%)
- Angewandte Informatik (MSc)
- Informatik (LA) (Hauptfach)
- Informatik (LA) (Beifach)
- Scientific Computing (MSc)
- Physik (BSc 100%)
- Physik (BSc 50%)
- Physik (MSc)
- Physik (Dipl.)
- Physik (LA)
- Computerlinguistik (BA)
- Computerlinguistik (Magister)
- Medizinische Informatik (BSc)
- Medizinische Informatik (MSc)
- Medizinische Informatik (Dipl.)
- Sonstiges
lecture_types:
lecture:
name: Vorlesung
tutorial: Übungsgruppe
tutorials: Übungsgruppen
tutor: Übungsleiter
tutors: Übungsleiter
comment: Kommentar
seminar:
name: Seminar
tutorial: Vortrag
tutorials: Vorträge
tutor: Vortragender
tutors: Vortragende
comment: Thema
modul:
name: Modul
tutorial: Veranstaltung
tutorials: Veranstaltungen
tutor: Dozent
tutors: Dozenten
comment: Titel
# default_type: lecture
terms:
first_term: 20122
terms_per_year: 2
### The following entries are unused so far.
Controller::Lecture:
first_term: 20082
terms_per_year: 2
exams:
categories:
- id: assignment
name: Übungszettel
- id: exam
name: Klausur
- id: presence_assignment
name: Präsenzübung
- id: mock_exam
name: Probeklausur
preferences:
- penalty: 1
name: Gut
- penalty: 3
name: Mittel
- penalty: 10
name: Schlecht
- penalty: 100
name: Gar nicht
ghostpenalty: 20000
ghostcapacity: 10000
lpsolve: /usr/bin/lp_solve
students_unhappiness: 50
languages:
- id: de
name: Deutsch
- id: en
name: English
default_language: de
View::Email:
envelope_from: "[email protected]"
api:
KEY_EXPIRATION: 30
JWT_SECRET_TOKEN: "secret"
MAX_KEYS: 10
captcha:
enable: false
puzzle_url: "https://your_puzzle_server/v1/puzzle"
verification_url: "https://your_verification_server/v1/verify"
application_token: "supersecret"