diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-02-04 23:59:52 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-02-04 23:59:52 +0100 |
| commit | 8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac (patch) | |
| tree | 7fad2a0f971052105ea83a93fb8a449e047deaba /data | |
| parent | 11b8b5380612b541242b34ed94863a652e9576cf (diff) | |
| download | phinde-8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac.tar.gz phinde-8dc6e4a159dce99b7b1e98ba71e0a9ad487a1dac.zip | |
default config
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.php.dist | 9 |
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 |
