# Test TiDB connection TEST_DB_HOST=your-test-tidb-host TEST_DB_PORT=4000 TEST_DB_USER=root TEST_DB_PASSWORD=your-password # Database and tables to sync DATABASE_NAME=your_database TABLES="table1,table2,table3"