<?php

$conf['savedir']     = DOKU_TMP_DATA;     //where to store all the files

$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
