Skip to content

Commit

Permalink
fix: add --advertise-addr to playground meta's opts (#8581)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatz authored Mar 16, 2023
1 parent 6060672 commit 04a2885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cmd_all/src/playground.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ fn get_services(profile: &str) -> (Vec<RisingWaveService>, bool) {
"0.0.0.0:5691",
"--state-store",
"hummock+memory",
"--advertise-addr",
"127.0.0.1:5690",
"--connector-rpc-endpoint",
"127.0.0.1:50051",
])),
Expand All @@ -82,6 +84,8 @@ fn get_services(profile: &str) -> (Vec<RisingWaveService>, bool) {
RisingWaveService::Meta(osstrs([
"--dashboard-host",
"0.0.0.0:5691",
"--advertise-addr",
"127.0.0.1:5690",
"--state-store",
"hummock+memory-shared",
])),
Expand Down

0 comments on commit 04a2885

Please sign in to comment.