| 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.39 2003-08-04 08:05:50 malsyned Exp $ |
4 | # $Id: global.conf.dist,v 1.40 2003-08-16 01:30:46 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. |
| … | |
… | |
| 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 => { |
82 | logs => { |
| 83 | answer_log => "$courseDirs{logs}/answer_log", |
83 | answer_log => "$courseDirs{logs}/answer_log", |
| 84 | }, |
84 | }, |
|
|
85 | course_info => "$courseDirs{root}/course_info.txt", |
|
|
86 | login_info => "$courseDirs{root}/login_info.txt", |
| 85 | ); |
87 | ); |
| 86 | |
88 | |
| 87 | # quick hack to fix transaction logging. blah. |
89 | # quick hack to fix transaction logging. blah. |
| 88 | $webworkFiles{logs}->{transaction} = "$courseDirs{logs}/transaction.log"; |
90 | $webworkFiles{logs}->{transaction} = "$courseDirs{logs}/transaction.log"; |
| 89 | $webworkFiles{logs}->{pastAnswerList} = "$courseDirs{logs}/past_answers.log"; |
91 | $webworkFiles{logs}->{pastAnswerList} = "$courseDirs{logs}/past_answers.log"; |