Skip to content

Commit

Permalink
keep the default values of 'addr' and 'status_addr' consistent with tiup
Browse files Browse the repository at this point in the history
  • Loading branch information
hehechen committed Nov 24, 2021
1 parent 8b1c3ca commit 962b727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/tiflash-proxy
1 change: 1 addition & 0 deletions dbms/src/Server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ struct TiFlashProxyConfig
std::unordered_map<std::string, std::string> val_map;
bool is_proxy_runnable = false;

// TiFlash Proxy will set the default value of "flash.proxy.addr", so we don't need to set here.
const String engine_store_version = "engine-version";
const String engine_store_git_hash = "engine-git-hash";
const String engine_store_address = "engine-addr";
Expand Down

0 comments on commit 962b727

Please sign in to comment.