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

« back to all changes in this revision

Viewing changes to bin/ivle-config

  • Committer: William Grant
  • Date: 2009-02-25 23:04:11 UTC
  • Revision ID: grantw@unimelb.edu.au-20090225230411-lbdyl32ir0m3d59b
Make all of the services executable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
# Private mode (normal mode) requires login, and only serves files relevant to
114
114
# the logged-in user."""))
115
115
 
116
 
config_options.append(ConfigOption("media/version", None,
117
 
    """Version of IVLE media resources (must change on each upgrade):""",
118
 
    """
119
 
# Version string for IVLE media resource URLs. When set, they are aggressively
120
 
# cached by the browser, so it must be either left unset or changed each time
121
 
# a media file is changed.""", ask=False))
122
 
 
123
116
config_options.append(ConfigOption("database/host", "localhost",
124
117
    """PostgreSQL Database config
125
118
==========================