diff --git a/config-templates/complex-tidb-binlog.yaml b/config-templates/complex-tidb-binlog.yaml index e49706e65e11..52efeac3d829 100644 --- a/config-templates/complex-tidb-binlog.yaml +++ b/config-templates/complex-tidb-binlog.yaml @@ -128,6 +128,13 @@ drainer_servers: syncer.to.user: "root" syncer.to.password: "" syncer.to.port: 4000 + syncer.to.checkpoint: + schema: "tidb-binlog" + type: "tidb" + host: "10.0.1.14" + user: "root" + password: "123" + port: 4000 monitoring_servers: - host: 10.0.1.10