mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +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:
@@ -15,7 +15,7 @@ type = 'File'
|
||||
data_home = '{data_home}'
|
||||
|
||||
[grpc_options]
|
||||
addr = '127.0.0.1:4001'
|
||||
bind_addr = '127.0.0.1:4001'
|
||||
runtime_size = 8
|
||||
|
||||
[procedure]
|
||||
|
||||
Reference in New Issue
Block a user