We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f9401 commit d32d926Copy full SHA for d32d926
test/config.yaml
@@ -1,16 +1,16 @@
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'
8
- db: 'pymyelarepl_test'
+ password: ''
+ db: 'test_db_for_pymyelarepl'
9
server_id: 3 # this should be unique. this may be different depending on environment.
10
- log_file: 'mysql-bin.000001' # this may be different depending on environment.
+ log_file: 'mysql-bin.000001' # this shoule be different depending on environment.
11
log_pos: 0
12
blocking: False # if true, mysql waits for new incoming event to send after pymyelarepl reads all the previous events.
13
14
es:
15
16
- port: 9200
+ host: '172.0.0.3' # or '127.0.0.1'
+ port: 9200 # or 9201
0 commit comments