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.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/_test/conf/local.php b/_test/conf/local.php
new file mode 100644
index 000000000..ff1299393
--- /dev/null
+++ b/_test/conf/local.php
@@ -0,0 +1,10 @@
+<?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
+
+$conf['dnslookups'] = 0; //speedup tests