default config
authorChristian Weiske <cweiske@cweiske.de>
Thu, 4 Feb 2016 22:59:52 +0000 (23:59 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 4 Feb 2016 22:59:52 +0000 (23:59 +0100)
data/config.php.dist [new file with mode: 0644]

diff --git a/data/config.php.dist b/data/config.php.dist
new file mode 100644 (file)
index 0000000..4c6a14f
--- /dev/null
@@ -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