Skip to content

Commit d32d926

Browse files
committed
add config about docker-compose container for test, change test db name
1 parent f7f9401 commit d32d926

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# all fields must be filled.
22

33
mysql:
4-
host: '127.0.0.1'
5-
port: 3306
4+
host: '172.0.0.2' # or '127.0.0.1'
5+
port: 3306 # or 3307
66
user: 'root'
7-
password: '1234'
8-
db: 'pymyelarepl_test'
7+
password: ''
8+
db: 'test_db_for_pymyelarepl'
99
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.
10+
log_file: 'mysql-bin.000001' # this shoule be different depending on environment.
1111
log_pos: 0
1212
blocking: False # if true, mysql waits for new incoming event to send after pymyelarepl reads all the previous events.
1313

1414
es:
15-
host: '127.0.0.1'
16-
port: 9200
15+
host: '172.0.0.3' # or '127.0.0.1'
16+
port: 9200 # or 9201

0 commit comments

Comments
 (0)