// $CFG->behat_prefix = 'bht_';
// $CFG->behat_dataroot = '/home/example/bht_moodledata';
//
-// Behat uses http://localhost:8000 as default URL to run
-// the acceptance tests, you can override this value.
+// To set a seperate wwwroot for Behat to use, set it below.
+// This is set automatically elsewhere when using PHP's built in webserver.
// Example:
// $CFG->behat_wwwroot = 'http://192.168.1.250:8000';
//