summaryrefslogtreecommitdiff
path: root/_test/conf/local.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/conf/local.php')
-rw-r--r--_test/conf/local.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/_test/conf/local.php b/_test/conf/local.php
index 3de30ee21..9a8ed9558 100644
--- a/_test/conf/local.php
+++ b/_test/conf/local.php
@@ -1,3 +1,9 @@
<?php
-$conf['savedir'] = DOKU_TMP_DATA; //where to store all the files
+$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
+