python_tools/database_migrate/config.yaml

18 lines
321 B
YAML

databases:
source_db:
host: '82.156.30.246'
port: 3307
user: 'root'
password: '123456'
database: 'allocative/test_master'
target_db:
host: '82.156.30.246'
port: 3306
user: 'root'
password: '123456'
database: 'allocative'
concurrency: 5
batch_size: 2000
logging:
level: DEBUG