~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: 2010-07-02 13:17:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1825.
  • Revision ID: grantw@unimelb.edu.au-20100702131716-hdnktq7drf615puj
Add external CodeMirror dep, and use it instead of the embedded copy.

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
 
50
55
[media]
51
56
version = string(default=None)
52
57
 
53
58
[[externals]]
54
59
jquery = string(default="/usr/share/javascript/jquery")
 
60
codemirror = string(default="/usr/share/javascript/codemirror")
55
61
 
56
62
[database]
57
63
host = string(default="localhost")
76
82
suite = string(default="hardy")
77
83
mirror = string(default="http://archive.ubuntu.com/ubuntu")
78
84
extra_sources = string_list(default=list())
79
 
extra_packages = string_list(default=list())
 
85
extra_packages = string_list(default=list('python-configobj', 'python-cjson', 'python-svn'))
80
86
extra_keys = string(default=None) # Cannot have triple-quoted list members.
81
87
 
82
88
# user_info is for jail-specific settings for the user who owns the jail