# 数据库配置
source:
type: "mysql"
mysql:
host: "localhost"
port: 3306
username: "nacos"
password: "xxx"
database: "nacos_devtest"
charset: "utf8mb4"
target:
type: "postgresql"
postgresql:
host: "localhost"
port: 5432
username: "postgres"
password: "xxx"
database: "confkeeper"
sslmode: "disable"
# 迁移配置
migration:
batch_size: 1000
timeout_seconds: 300