From: Matt L. v. a. <we...@ma...> - 2007-09-12 00:00:26
|
Log Message: ----------- Base file for configuration Added Files: ----------- wwmoodle/wwquestion/bin/setup: config.php.base Revision Data ------------- --- /dev/null +++ wwquestion/bin/setup/config.php.base @@ -0,0 +1,13 @@ +<?php + +//Path to the WSDL file on the Webwork Server +define('WWQUESTION_WSDL','ENTER YOUR WSDL PATH HERE','WSDL Path Test'); + +//Leave the rest alone +define('WWQUESTION_PREFIX','/wwquestions'); +define('WWQUESTION_ROOTDIR','/' . SITEID . WWQUESTION_PREFIX); + +define('WWQUESTION_RESPONSE_TIMEOUT',120); + + +?> |