abgabesystem/config.yml
Tim Schubert 59190460ea Add stuff
2018-04-30 09:21:25 +02:00

22 lines
659 B
YAML

ldap:
basedn: "ou=people,dc=tu-bs,dc=de"
provider: main
courses:
- !!python/object:abgabesystem.Course
name: Programmieren 1
base: programmieren_1_solutions
students: List_of_groups_Lecture_Programmieren_1.csv
deadlines:
- !!python/object:abgabesystem.Deadline
tag: test
time: !!timestamp 2018-04-18
ref: master
- !!python/object:abgabesystem.Course
name: Programmieren 2
base: programmieren_2_solutions
students: List_of_groups_Lecture_Programmieren_2.csv
deadlines:
- !!python/object:abgabesystem.Deadline
tag: Test
time: !!timestamp 2018-04-19
ref: master