diff --git a/risedev.yml b/risedev.yml index 5a5c25ceb55dc..3c7f8e0e09be4 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 # - use: kafka