Skip to content

Commit

Permalink
fix(risedev): fix risedev (#18339)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs authored Aug 30, 2024
1 parent 5055cc9 commit e41b348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions risedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e41b348

Please sign in to comment.