~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 07:08:56 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428070856-75yc00g6ea24qfqz
Drop ivle.conf.{subjects,exercises}_base - they were unused.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
[media]
35
35
version = string(default=None)
36
36
 
 
37
[[externals]]
 
38
jquery = string(default="/usr/share/javascript/jquery")
 
39
 
37
40
[database]
38
41
host = string(default="localhost")
39
42
port = integer(default=5432)
58
61
extra_sources = string_list(default=list())
59
62
extra_packages = string_list(default=list())
60
63
extra_keys = string(default=None) # Cannot have triple-quoted list members.
 
64
 
 
65
# user_info is for jail-specific settings for the user who owns the jail
 
66
# (XXX This should be in a user-specific place but since we're worried a user
 
67
# may delete his/her .conf file, we put it here for now).
 
68
[user_info]
 
69
login = string(default=None)
 
70
svn_pass = string(default=None)