summaryrefslogtreecommitdiff
path: root/conf/local.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.php')
-rw-r--r--conf/local.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/local.php b/conf/local.php
new file mode 100644
index 0000000..bb9a203
--- /dev/null
+++ b/conf/local.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Minimal local config
+ */
+$conf['useacl'] = 1;
+$conf['superuser'] = '@admin';
+
+$conf['title'] = 'Gustavo Esteva';