| 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.41 2003-09-23 21:19:29 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.42 2003-10-01 03:35:02 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. |
| … | |
… | |
| 226 | |
226 | |
| 227 | %pg = ( |
227 | %pg = ( |
| 228 | # options for various renderers |
228 | # options for various renderers |
| 229 | renderers => { |
229 | renderers => { |
| 230 | "WeBWorK::PG::Remote" => { |
230 | "WeBWorK::PG::Remote" => { |
| 231 | uri => "http://localhost:8089/RPC2" |
231 | proxy => "http://localhost:21000/RenderD" |
| 232 | } |
232 | } |
| 233 | }, |
233 | }, |
| 234 | # currently selected renderer |
234 | # currently selected renderer |
| 235 | renderer => "WeBWorK::PG::Local", |
235 | renderer => "WeBWorK::PG::Local", |
| 236 | # directories used by PG |
|
|
| 237 | # options for various renderers |
|
|
| 238 | renderers => { |
|
|
| 239 | "WeBWorK::PG::Remote" => { |
|
|
| 240 | uri => "http://localhost:8089/RPC2" |
|
|
| 241 | } |
|
|
| 242 | }, |
|
|
| 243 | # currently selected renderer |
|
|
| 244 | renderer => "WeBWorK::PG::Local", |
236 | #renderer => "WeBWorK::PG::Remote", |
| 245 | # directories used by PG |
237 | # directories used by PG |
| 246 | directories => { |
238 | directories => { |
| 247 | # directories used only by PG |
239 | # directories used only by PG |
| 248 | lib => "$pgRoot/lib", |
240 | lib => "$pgRoot/lib", |
| 249 | macros => "$pgRoot/macros", |
241 | macros => "$pgRoot/macros", |