- Refactoring
- Use config
This commit is contained in:
parent
45c6330148
commit
3f82036c3d
3 changed files with 206 additions and 189 deletions
23
config.yml
Normal file
23
config.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
ldap:
|
||||
basedn: "ou=people,dc=tu-bs,dc=de"
|
||||
dummy_user:
|
||||
provider: main
|
||||
skip_confirmation: true
|
||||
|
||||
courses:
|
||||
-
|
||||
--- !Course
|
||||
name: Programmieren 1
|
||||
repos: [solutions, exercises]
|
||||
deadlines:
|
||||
-
|
||||
--- !Deadline
|
||||
tag: Exercise 1
|
||||
time: 2018-04-01t00:00.00
|
||||
ref: master
|
||||
|
||||
-
|
||||
--- !Deadline
|
||||
tag: Exercise 2
|
||||
time: 2018-04-15t15:00.00
|
||||
ref: master
|
Loading…
Add table
Add a link
Reference in a new issue