xref: /dokuwiki/_test/conf/local.php (revision 591ebe4523e0e3be14097d6d097eb5796628dcba)
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
1095d9eba6SAndreas Gohr$conf['dnslookups']  = 0;                 //speedup tests
119180d19dSAndreas Gohr$conf['updatecheck']  = 0;                //speedup tests
12*591ebe45SGerrit Uitslag
13*591ebe45SGerrit Uitslag$conf['plugin']['testing']['second'] = 'Local setting';
14