From: Matt L. v. a. <we...@ma...> - 2007-09-09 18:38:36
|
Log Message: ----------- New configuration file. Added Files: ----------- wwmoodle/wwquestion: config.php Revision Data ------------- --- /dev/null +++ wwquestion/config.php @@ -0,0 +1,13 @@ +<?php + +//Path to the WSDL file on the Webwork Server +define('WWQUESTION_WSDL','http://128.151.231.20/problemserver_files/WSDL.wsdl'); + +//Leave the rest alone +define('WWQUESTION_PREFIX','/wwquestions'); +define('WWQUESTION_ROOTDIR','/' . SITEID . WWQUESTION_PREFIX); + +define('WWQUESTION_RESPONSE_TIMEOUT',120); + + +?> |