自动更新管控端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
303 B

mysql:
addr: "127.0.0.1:3306"
user: "root"
password: "root"
database: "test"
sync:
tables:
- "user"
- "order"
- "product"
batch_size: 100
workers: 4
# storage:
# type: "redis"
# redis_url: "redis://localhost:6379/0"
storage:
type: "file"
file_path: "./position.json"