mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
refactor!: unify the option names across all components (#5457)
* refactor: rename grpc options * refactor: make the arg clearly * chore: comments on server_addr * chore: fix test * chore: remove the store_addr alias * refactor: cli option rpc_server_addr * chore: keep store-addr alias * chore: by comment
This commit is contained in:
@@ -906,8 +906,8 @@ cors_allowed_origins = []
|
||||
enable_cors = true
|
||||
|
||||
[grpc]
|
||||
addr = "127.0.0.1:4001"
|
||||
hostname = "127.0.0.1:4001"
|
||||
bind_addr = "127.0.0.1:4001"
|
||||
server_addr = "127.0.0.1:4001"
|
||||
max_recv_message_size = "512MiB"
|
||||
max_send_message_size = "512MiB"
|
||||
runtime_size = 8
|
||||
|
||||
Reference in New Issue
Block a user