~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/config/ivle-spec.conf

  • Committer: William Grant
  • Date: 2009-12-15 00:16:01 UTC
  • Revision ID: me@williamgrant.id.au-20091215001601-rcidf4yc7g02l7xh
A class method takes the class as an argument. We want static methods in testframework.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
repo_path = string(default="${base}/repositories")
48
48
auth_ivle = string(default="${base}/ivle.auth")
49
49
 
50
 
[policy]
51
 
tutors_can_enrol_students = boolean(default=False)
52
 
tutors_can_edit_worksheets = boolean(default=True)
53
 
tutors_can_admin_groups = boolean(default=True)
54
 
 
55
50
[media]
56
51
version = string(default=None)
57
52