| 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.7 2003-01-09 19:03:53 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.8 2003-01-10 17:28:19 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. |
| … | |
… | |
| 48 | }, |
48 | }, |
| 49 | ); |
49 | ); |
| 50 | |
50 | |
| 51 | %webworkURLs = ( |
51 | %webworkURLs = ( |
| 52 | root => "$webworkURLRoot", |
52 | root => "$webworkURLRoot", |
|
|
53 | home => "http://webwork3/", |
| 53 | htdocs => "/webwork_files", |
54 | htdocs => "/webwork_files", |
| 54 | docs => "http://webhost.math.rochester.edu/webworkdocs/docs", |
55 | docs => "http://webhost.math.rochester.edu/webworkdocs/docs", |
| 55 | oldProf => "/webwork-old/profLogin.pl", |
56 | oldProf => "/webwork-old/profLogin.pl", |
| 56 | ); |
57 | ); |
| 57 | |
58 | |