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

« back to all changes in this revision

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

Convince the main XHTML template to use versioned styles/scripts, and move the
core styles and scripts to the new framework (in ivle.webapp.core).

www/media is dead!

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
[media]
35
35
version = string(default=None)
36
36
 
 
37
[os]
 
38
allowed_uids = int_list(default=list(33))
 
39
 
37
40
[database]
38
41
host = string(default="localhost")
39
42
port = integer(default=5432)
41
44
username = string
42
45
password = string
43
46
 
 
47
[plugins]
 
48
[[forum]]
 
49
dbname = string(default="ivle_forum")
 
50
secret = string
 
51
 
44
52
[auth]
45
53
modules = string_list(default=list())
46
54
ldap_url = string(default=None)