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

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

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

Revision 654 Revision 655
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester 3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
4# $Id: global.conf.dist,v 1.1 2002-11-25 08:23:29 sh002i Exp $ 4# $Id: global.conf.dist,v 1.2 2002-11-25 08:29:55 sh002i Exp $
5################################################################################ 5################################################################################
6 6
7# This file is used to set up the default WeBWorK course environment for all 7# This file is used to set up the default WeBWorK course environment for all
8# requests. Values may be overwritten by the course.conf for a specific course. 8# requests. Values may be overwritten by the course.conf for a specific course.
9# All package variables set in this file are added to the course environment. 9# All package variables set in this file are added to the course environment.
17 17
18%webworkDirs = ( 18%webworkDirs = (
19 root => "$webworkRoot", 19 root => "$webworkRoot",
20 bin => "$webworkRoot/bin", 20 bin => "$webworkRoot/bin",
21 conf => "$webworkRoot/conf", 21 conf => "$webworkRoot/conf",
22 courses => "/webwork/shared-courses", #"$webworkRoot/courses", 22 courses => "$webworkRoot/courses",
23 lib => "$webworkRoot/lib", 23 lib => "$webworkRoot/lib",
24 logs => "$webworkRoot/logs", 24 logs => "$webworkRoot/logs",
25 macros => "$webworkRoot/macros", 25 macros => "$webworkRoot/macros",
26 tmp => "$webworkRoot/tmp", 26 tmp => "$webworkRoot/tmp",
27); 27);

Legend:
Removed from v.654  
changed lines
  Added in v.655

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9