xref: /dokuwiki/_test/conf/local.php (revision bbe6b3a78bfaae7c3435ed2f909108be642b4684)
1<?php
2
3$conf['savedir']     = DOKU_TMP_DATA;     //where to store all the files
4
5$conf['title']       = 'My Test Wiki';    //what to show in the title
6
7$conf['useacl']      = 1;                 //Use Access Control Lists to restrict access?
8$conf['superuser']   = 'testuser';        //password: testpass
9
10$conf['dnslookups']  = 0;                 //speedup tests
11$conf['updatecheck']  = 0;                //speedup tests
12
13$conf['plugin']['testing']['second'] = 'Local setting';
14