summaryrefslogtreecommitdiff
path: root/conf/local.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2022-03-08 18:41:53 +0000
committerYaco <franco@reevo.org>2022-03-08 18:41:53 +0000
commit33db16b04d396a31d139f8d1567dc2ab81a17658 (patch)
treef69c8bd60ab5669946cb5e0139bea5a47bc50050 /conf/local.php
add gitignore
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..d576dad
--- /dev/null
+++ b/conf/local.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Minimal local config
+ */
+$conf['useacl'] = 1;
+$conf['superuser'] = '@admin';
+
+$conf['title'] = 'CIDOC';