[system] / trunk / webwork2 / conf / global.conf Repository:
ViewVC logotype

Diff of /trunk/webwork2/conf/global.conf

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

Revision 347 Revision 348
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.7 2002-06-06 20:08:14 malsyned Exp $ 3# $Id: global.conf,v 1.8 2002-06-06 20:09:10 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.
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 60
61# Practice users are users who's names start with $practiceUser 61# Practice users are users who's names start with $practiceUser
62# (you can comment this out to remove practice user support)
62$practiceUserPrefix = "practice"; 63$practiceUserPrefix = "practice";
63 64
64# There is a practice user who can be logged in multiple times. He's 65# There is a practice user who can be logged in multiple times. He's
65# commented out by default, though, so you don't hurt yourself. It is 66# commented out by default, though, so you don't hurt yourself. It is
66# kindof a backdoor to the practice user system, since he doesn't have a 67# kindof a backdoor to the practice user system, since he doesn't have a

Legend:
Removed from v.347  
changed lines
  Added in v.348

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9