~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-02-26 02:08:28 UTC
  • Revision ID: grantw@unimelb.edu.au-20090226020828-0qrhe3llq9r5olmr
ivle-showenrolment: Swap year and semester, and show the role.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
data = string(default="/var/lib/ivle")
32
32
logs = string(default="/var/log/ivle")
33
33
 
34
 
share = string(default="${prefix}/share/ivle")
35
 
 
36
 
[[jails]]
37
 
mounts = string(default="${data}/jailmounts")
38
 
src = string(default="${data}/jails")
39
 
template = string(default="${src}/__base__")
40
 
template_build = string(default="${src}/__base_build__")
41
 
 
42
 
[[svn]]
43
 
base = string(default="${data}/svn")
44
 
conf = string(default="${base}/svn.conf")
45
 
group_conf = string(default="${base}/svn-group.conf")
46
 
repo_path = string(default="${base}/repositories")
47
 
auth_ivle = string(default="${base}/ivle.auth")
48
 
 
49
34
[media]
50
35
version = string(default=None)
51
36
 
52
 
[[externals]]
53
 
jquery = string(default="/usr/share/javascript/jquery")
54
 
 
55
37
[database]
56
38
host = string(default="localhost")
57
39
port = integer(default=5432)
76
58
extra_sources = string_list(default=list())
77
59
extra_packages = string_list(default=list())
78
60
extra_keys = string(default=None) # Cannot have triple-quoted list members.
79
 
 
80
 
# user_info is for jail-specific settings for the user who owns the jail
81
 
# (XXX This should be in a user-specific place but since we're worried a user
82
 
# may delete his/her .conf file, we put it here for now).
83
 
[user_info]
84
 
login = string(default=None)
85
 
svn_pass = string(default=None)