UNPKG

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