From 9b5db14dbd02fe37f8e5daa32cc46f181533c9d2 Mon Sep 17 00:00:00 2001 From: Xinhao Xu <84456268+xxhZs@users.noreply.github.com> Date: Sun, 10 Sep 2023 02:16:29 +0800 Subject: [PATCH] fix(risedev): Reset risedev.yml (#12179) --- risedev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/risedev.yml b/risedev.yml index 000971004bf5..0ad428794e37 100644 --- a/risedev.yml +++ b/risedev.yml @@ -20,14 +20,14 @@ profile: # config-path: src/config/example.toml steps: # If you want to use the local s3 storage, enable the following line - - use: minio + # - use: minio # If you want to use aws-s3, configure AK and SK in env var and enable the following lines: # - use: aws-s3 # bucket: test-bucket # If you want to create CDC source table, uncomment the following line - - use: connector-node + # - use: connector-node # if you want to enable etcd backend, uncomment the following lines. # - use: etcd @@ -43,7 +43,7 @@ profile: - use: frontend # If you want to enable compactor, uncomment the following line, and enable either minio or aws-s3 as well. - - use: compactor + # - use: compactor # If you want to create source from Kafka, uncomment the following lines # Note that kafka depends on zookeeper, so zookeeper must be started beforehand.