python_tools/database_migrate/config.yaml

18 lines
321 B
YAML
Raw Normal View History

2024-03-27 22:49:54 +08:00
databases:
source_db:
2024-03-28 15:45:32 +08:00
host: '82.156.30.246'
port: 3307
2024-03-27 22:49:54 +08:00
user: 'root'
password: '123456'
database: 'allocative/test_master'
target_db:
2024-03-28 15:45:32 +08:00
host: '82.156.30.246'
2024-03-27 22:49:54 +08:00
port: 3306
user: 'root'
password: '123456'
database: 'allocative'
concurrency: 5
batch_size: 2000
logging:
level: DEBUG