1f8369d7dSTobias Sarnowski<?php 2f8369d7dSTobias Sarnowski 3f8369d7dSTobias Sarnowski$conf['savedir'] = DOKU_TMP_DATA; //where to store all the files 49c6354e5STobias Sarnowski 59c6354e5STobias Sarnowski$conf['title'] = 'My Test Wiki'; //what to show in the title 69c6354e5STobias Sarnowski 79c6354e5STobias Sarnowski$conf['useacl'] = 1; //Use Access Control Lists to restrict access? 89c6354e5STobias Sarnowski$conf['superuser'] = 'testuser'; //password: testpass 99c6354e5STobias Sarnowski 10*95d9eba6SAndreas Gohr$conf['dnslookups'] = 0; //speedup tests 11