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

« back to all changes in this revision

Viewing changes to setup/configure.py

  • Committer: wagrant
  • Date: 2008-08-01 08:38:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:970
setup.configure: Fix the comment and default for the log_path option.
      Although this will alter conf.py, it's just a comment so insignificant. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
# located. This is an HTML file (just the body fragment), which will
121
121
# be displayed on the login page. It is optional."""))
122
122
config_options.append(ConfigOption("log_path",
123
 
    "/home/informatics/logs/",
 
123
    "/home/informatics/logs",
124
124
    """Directory where IVLE log files are stored (on the local
125
125
    file system). Note - this must be writable by the user the IVLE server 
126
126
    process runs as (usually www-data).:""",
127
127
    """
128
 
# In the local file system, where is the Terms of Service document located."""))
 
128
# In the local file system, where IVLE error logs should be located."""))
129
129
config_options.append(ConfigOption("public_host", "public.localhost",
130
130
    """Hostname which will cause the server to go into "public mode",
131
131
providing login-free access to student's published work:""",