aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/config.php.dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist
new file mode 100644
index 0000000..4c6a14f
--- /dev/null
+++ b/data/config.php.dist
@@ -0,0 +1,9 @@
+<?php
+$GLOBALS['phinde'] = array(
+ 'elasticsearch' => 'http://127.0.0.1:9200/phinde/',
+ 'domains' => array(
+ 'www.example.org',
+ 'test.example.org'
+ )
+);
+?> \ No newline at end of file