| 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.37 2003-07-14 15:21:52 gage Exp $ |
4 | # $Id: global.conf.dist,v 1.38 2003-07-15 00:56:31 gage 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. |
| … | |
… | |
| 77 | ); |
77 | ); |
| 78 | |
78 | |
| 79 | %courseFiles = ( |
79 | %courseFiles = ( |
| 80 | environment => "$courseDirs{root}/course.conf", |
80 | environment => "$courseDirs{root}/course.conf", |
| 81 | motd => "$courseDirs{root}/motd.txt", |
81 | motd => "$courseDirs{root}/motd.txt", |
|
|
82 | logs => { |
|
|
83 | answer_log => "$courseDirs{logs}/answer_log", |
|
|
84 | }, |
| 82 | ); |
85 | ); |
| 83 | |
86 | |
| 84 | # quick hack to fix transaction logging. blah. |
87 | # quick hack to fix transaction logging. blah. |
| 85 | $webworkFiles{logs}->{transaction} = "$courseDirs{logs}/transaction.log"; |
88 | $webworkFiles{logs}->{transaction} = "$courseDirs{logs}/transaction.log"; |
| 86 | $webworkFiles{logs}->{pastAnswerList} = "$courseDirs{logs}/past_answers.log"; |
89 | $webworkFiles{logs}->{pastAnswerList} = "$courseDirs{logs}/past_answers.log"; |