[system] / trunk / webwork2 / conf / global.conf Repository:
ViewVC logotype

View of /trunk/webwork2/conf/global.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 311 - (download) (annotate)
Sat May 25 00:40:54 2002 UTC (11 years ago) by sh002i
File size: 463 byte(s)
comments to global.conf, fixed new() in courseenv.
-0sam

    1 # WeBWorK global.conf
    2 
    3 # anything that needs to be refered to in the environment hash below can be defined
    4 # here -- it won't be added to the environment, since it is not returned.
    5 # For example:
    6 # my $someBaseDir = "/my/base/dir";
    7 # Can be used later in the environment hash:
    8 # someSubDir => "$someBaseDir/subdir";
    9 
   10 
   11 (
   12   # course filesystem locations
   13   coursesDirectory    => '/home/malsyned/webwork-modperl/courses',
   14   courseEnvironmentFilename => 'course.conf',
   15 );

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9