~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-04-28 08:07:53 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428080753-8wmkl9pqzlq9mo9w
Add share and jails/mounts paths to the config spec.

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
 
34
39
[media]
35
40
version = string(default=None)
36
41
 
 
42
[[externals]]
 
43
jquery = string(default="/usr/share/javascript/jquery")
 
44
 
37
45
[database]
38
46
host = string(default="localhost")
39
47
port = integer(default=5432)
58
66
extra_sources = string_list(default=list())
59
67
extra_packages = string_list(default=list())
60
68
extra_keys = string(default=None) # Cannot have triple-quoted list members.
 
69
 
 
70
# user_info is for jail-specific settings for the user who owns the jail
 
71
# (XXX This should be in a user-specific place but since we're worried a user
 
72
# may delete his/her .conf file, we put it here for now).
 
73
[user_info]
 
74
login = string(default=None)
 
75
svn_pass = string(default=None)