about summary refs log tree commit diff stats
path: root/wiki/conf/local.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/conf/local.php')
-rw-r--r--wiki/conf/local.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/wiki/conf/local.php b/wiki/conf/local.php
new file mode 100644
index 0000000..b0cc327
--- /dev/null
+++ b/wiki/conf/local.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Dokuwiki's Main Configuration File - Local Settings
+ * Auto-generated by install script
+ * Date: Tue, 04 Dec 2018 00:11:39 +0000
+ */
+$conf['title'] = 'tilde.institute';
+$conf['lang'] = 'en';
+$conf['license'] = 'cc-by-nc-sa';
+$conf['useacl'] = 1;
+$conf['superuser'] = '@admin';