Skip to content

Commit 04a2885

Browse files
authored
fix: add --advertise-addr to playground meta's opts (risingwavelabs#8581)
1 parent 6060672 commit 04a2885

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cmd_all/src/playground.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ fn get_services(profile: &str) -> (Vec<RisingWaveService>, bool) {
7171
"0.0.0.0:5691",
7272
"--state-store",
7373
"hummock+memory",
74+
"--advertise-addr",
75+
"127.0.0.1:5690",
7476
"--connector-rpc-endpoint",
7577
"127.0.0.1:50051",
7678
])),
@@ -82,6 +84,8 @@ fn get_services(profile: &str) -> (Vec<RisingWaveService>, bool) {
8284
RisingWaveService::Meta(osstrs([
8385
"--dashboard-host",
8486
"0.0.0.0:5691",
87+
"--advertise-addr",
88+
"127.0.0.1:5690",
8589
"--state-store",
8690
"hummock+memory-shared",
8791
])),

0 commit comments

Comments
 (0)