Skip to content

Commit

Permalink
fix(risedev): Reset risedev.yml (#12179)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs authored Sep 9, 2023
1 parent f649aa6 commit 9b5db14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions risedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 9b5db14

Please sign in to comment.