| 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.3 2002-11-26 21:49:51 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.4 2002-12-06 17:50:21 malsyned 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. |
| … | |
… | |
| 47 | }, |
47 | }, |
| 48 | ); |
48 | ); |
| 49 | |
49 | |
| 50 | my $webworkURLRoot = "/webwork"; # *** # this should be detected! |
50 | my $webworkURLRoot = "/webwork"; # *** # this should be detected! |
| 51 | %webworkURLs = ( |
51 | %webworkURLs = ( |
| 52 | root => "$webworkURLRoot", |
52 | root => "$webworkURLRoot", |
| 53 | htdocs => "/webwork_files", |
53 | htdocs => "/webwork_files", |
| 54 | docs => "http://webhost.math.rochester.edu/webworkdocs/docs", |
54 | docs => "http://webhost.math.rochester.edu/webworkdocs/docs", |
|
|
55 | oldProf => "/webwork-old/profLogin.pl", |
| 55 | ); |
56 | ); |
| 56 | |
57 | |
| 57 | ################################################################################ |
58 | ################################################################################ |
| 58 | # Default course-specific settings |
59 | # Default course-specific settings |
| 59 | ################################################################################ |
60 | ################################################################################ |