Rewrite using one docker container
This commit is contained in:
parent
3b81958e12
commit
8a397c79ce
6 changed files with 325 additions and 110 deletions
15
config.yml
15
config.yml
|
@ -1,13 +1,8 @@
|
|||
ldap:
|
||||
basedn: "ou=people,dc=tu-bs,dc=de"
|
||||
provider: main
|
||||
courses:
|
||||
- !!python/object:abgabesystem.Course
|
||||
name: test_course
|
||||
base: test_base
|
||||
students: Students.csv
|
||||
deadlines:
|
||||
- !!python/object:abgabesystem.Deadline
|
||||
tag: test_deadline
|
||||
time: !!timestamp 2018-04-29
|
||||
ref: master
|
||||
course:
|
||||
!!python/object:abgabesystem.Course
|
||||
name: test_course
|
||||
base: test_base
|
||||
students: Students.csv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue