[system] / trunk / webwork-modperl / conf / global.conf Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/conf/global.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 342 Revision 344
1################################################################################ 1################################################################################
2# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester 2# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
3# $Id: global.conf,v 1.5 2002-06-05 19:28:52 malsyned Exp $ 3# $Id: global.conf,v 1.6 2002-06-06 18:34:44 malsyned Exp $
4################################################################################ 4################################################################################
5 5
6# This file is used to set up the default WeBWorK course environment for all 6# This file is used to set up the default WeBWorK course environment for all
7# requests. Values may be overwritten by the course.conf for a specific course. 7# requests. Values may be overwritten by the course.conf for a specific course.
8# All package variables set in this file are added to the course environment. 8# All package variables set in this file are added to the course environment.
54 cldb_type => "GDBM", 54 cldb_type => "GDBM",
55 cldb_file => "$courseDirs{DATA}/$courseName\_classlist_DB", 55 cldb_file => "$courseDirs{DATA}/$courseName\_classlist_DB",
56); 56);
57 57
58# sessionKeyTimeout defines length of inactivity before a key expires (seconds) 58# sessionKeyTimeout defines length of inactivity before a key expires (seconds)
59$sessionKeyTimeout = 60*30; 59$sessionKeyTimeout = 60 * 30;
60
61# Practice users are users who's names start with $practiceUser
62$practiceUserPrefix = "practice";

Legend:
Removed from v.342  
changed lines
  Added in v.344

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9