UNPKG

248 BJavaScriptView Raw
1module.exports = {
2 'elasticsearch': {
3 'source': {
4 'host': 'localhost',
5 'port': 9200
6 },
7 'destination': {
8 'host': 'localhost',
9 'port': 9201
10 }
11 },
12 'redis': {
13 'host': 'localhost',
14 'port': 6379
15 }
16};
\No newline at end of file