mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 14:30:43 +00:00
fix: incorrect parsing broker_endpoints env variable (#3135)
This commit is contained in:
@@ -276,7 +276,7 @@ impl Default for DatanodeOptions {
|
||||
|
||||
impl DatanodeOptions {
|
||||
pub fn env_list_keys() -> Option<&'static [&'static str]> {
|
||||
Some(&["meta_client.metasrv_addrs"])
|
||||
Some(&["meta_client.metasrv_addrs", "wal.broker_endpoints"])
|
||||
}
|
||||
|
||||
pub fn to_toml_string(&self) -> String {
|
||||
|
||||
Reference in New Issue
Block a user