Skip to content

Commit 40abbd0

Browse files
committed
Updated docs
1 parent aac163f commit 40abbd0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

connection.yml.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ sources:
3636
port: YOUR_MYSQL_PORT
3737
user: YOUR_MYSQL_USERNAME
3838
password: YOUR_MYSQL_PASSWORD
39+
database: YOUR_MYSQL_DATABASE_NAME
3940
limit_start: 0 # Specify the starting limit for the range
4041
limit_end: 500 # Specify the ending limit for the range
4142
tables:

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ sources:
232232
port: YOUR_MYSQL_PORT
233233
user: YOUR_MYSQL_USERNAME
234234
password: YOUR_MYSQL_PASSWORD
235+
database: YOUR_MYSQL_DATABASE_NAME
235236
limit_start: 0 # Specify the starting limit for the range
236237
limit_end: 500 # Specify the ending limit for the range
237238
tables:

0 commit comments

Comments
 (0)