default config
[phinde.git] / data / config.php.dist
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