Skip to content

Commit

Permalink
chore: fix the wrong field name in the dev/config.toml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi authored Nov 15, 2024
1 parent 5e7f976 commit 0732bf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@
service_url = "postgres://morax:[email protected]:5432/morax_meta"

[server.kafka_broker]
addr = "0.0.0.0:9092"
listen_addr = "0.0.0.0:9092"

[server.kafka_broker.fallback_storage]
scheme = "s3"

bucket = "test-bucket"
region = "us-east-1"
endpoint = "http://127.0.0.1:9000"
access_key_id = "minioadmin"
secret_access_key = "minioadmin"

[server.wal_broker]
addr = "0.0.0.0:8848"
listen_addr = "0.0.0.0:8848"

[telemetry.log.stderr]
filter = "DEBUG"
Expand Down

0 comments on commit 0732bf0

Please sign in to comment.