xref: /dokuwiki/_test/conf/local.php (revision 9c6354e5be3db406fa7f0966d65063e1d3b4d242)
1f8369d7dSTobias Sarnowski<?php
2f8369d7dSTobias Sarnowski
3f8369d7dSTobias Sarnowski$conf['savedir']     = DOKU_TMP_DATA;     //where to store all the files
4*9c6354e5STobias Sarnowski
5*9c6354e5STobias Sarnowski$conf['title']       = 'My Test Wiki';    //what to show in the title
6*9c6354e5STobias Sarnowski
7*9c6354e5STobias Sarnowski$conf['useacl']      = 1;                 //Use Access Control Lists to restrict access?
8*9c6354e5STobias Sarnowski$conf['superuser']   = 'testuser';        //password: testpass
9*9c6354e5STobias Sarnowski
10