| 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.34 2003-06-20 23:08:39 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.35 2003-06-21 00:53:09 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. |
| … | |
… | |
| 212 | "WeBWorK::PG::Remote" => { |
212 | "WeBWorK::PG::Remote" => { |
| 213 | uri => "http://localhost:8089/RPC2" |
213 | uri => "http://localhost:8089/RPC2" |
| 214 | } |
214 | } |
| 215 | }, |
215 | }, |
| 216 | # currently selected renderer |
216 | # currently selected renderer |
| 217 | renderer => "WeBWorK::PG", |
217 | renderer => "WeBWorK::PG::Local", |
| 218 | # directories used by PG |
218 | # directories used by PG |
| 219 | directories => { |
219 | directories => { |
| 220 | lib => "$pgRoot/lib", |
220 | lib => "$pgRoot/lib", |
| 221 | macros => "$pgRoot/macros", |
221 | macros => "$pgRoot/macros", |
| 222 | }, |
222 | }, |