From 2ff021fcd7dd3b65050ef54edead8d2bf47d3971 Mon Sep 17 00:00:00 2001 From: xxhZs <1060434431@qq.com> Date: Thu, 23 Nov 2023 14:34:30 +0800 Subject: [PATCH] fmt --- risedev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/risedev.yml b/risedev.yml index 565385fb15059..135a33f602a6a 100644 --- a/risedev.yml +++ b/risedev.yml @@ -20,7 +20,7 @@ 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 @@ -40,7 +40,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.