summaryrefslogtreecommitdiff
path: root/conf/local.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2022-03-12 03:33:00 +0000
committerYaco <franco@reevo.org>2022-03-12 03:33:00 +0000
commit29e9f0bc645d8534e06df9c2092bef49a59bb993 (patch)
tree9ee9daac07ed20a30e643c00c2e8582517c26a7d /conf/local.php
adds crowdfunding test code
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';