aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-02-04 23:59:52 +0100
committerChristian Weiske <cweiske@cweiske.de>2016-02-04 23:59:52 +0100
commit8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac (patch)
tree7fad2a0f971052105ea83a93fb8a449e047deaba
parent11b8b5380612b541242b34ed94863a652e9576cf (diff)
downloadphinde-8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac.tar.gz
phinde-8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac.zip
default config
-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