From 8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 4 Feb 2016 23:59:52 +0100 Subject: [PATCH] default config --- data/config.php.dist | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/config.php.dist 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 @@ + 'http://127.0.0.1:9200/phinde/', + 'domains' => array( + 'www.example.org', + 'test.example.org' + ) +); +?> \ No newline at end of file -- 2.30.2