diff options
-rw-r--r-- | _test/conf/local.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/conf/local.php b/_test/conf/local.php index 9a8ed9558..ff1299393 100644 --- a/_test/conf/local.php +++ b/_test/conf/local.php @@ -7,3 +7,4 @@ $conf['title'] = 'My Test Wiki'; //what to show in the title $conf['useacl'] = 1; //Use Access Control Lists to restrict access? $conf['superuser'] = 'testuser'; //password: testpass +$conf['dnslookups'] = 0; //speedup tests |