diff options
Diffstat (limited to '_test/conf/local.php')
-rw-r--r-- | _test/conf/local.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_test/conf/local.php b/_test/conf/local.php new file mode 100644 index 000000000..9a8ed9558 --- /dev/null +++ b/_test/conf/local.php @@ -0,0 +1,9 @@ +<?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 + |