We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381ca72 commit f7f9401Copy full SHA for f7f9401
example/config.yaml
@@ -1,15 +1,15 @@
1
# all fields must be filled.
2
3
mysql:
4
- host: '127.0.0.1'
5
- port: 3306
+ host: '172.0.0.2' # or '127.0.0.1'
+ port: 3306 # or 3307
6
user: 'root'
7
- password: '1234'
+ password: ''
8
server_id: 2 # this should be unique. this may be different depending on environment.
9
log_file: 'mysql-bin.000001' # this may be different depending on environment.
10
log_pos: 0
11
blocking: True # if true, mysql waits for new incoming event to send after pymyelarepl reads all the previous events.
12
13
es:
14
15
- port: 9200
+ host: '172.0.0.3' # or '127.0.0.1'
+ port: 9200 # or 9201
0 commit comments