mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:54:58 +00:00
Fix create-cluster BIN_PATH.
This commit is contained in:
parent
6c0bc608a1
commit
47b8a7f9b8
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
BIN_PATH="../../"
|
BIN_PATH="../../src/"
|
||||||
CLUSTER_HOST=127.0.0.1
|
CLUSTER_HOST=127.0.0.1
|
||||||
PORT=30000
|
PORT=30000
|
||||||
TIMEOUT=2000
|
TIMEOUT=2000
|
||||||
|
Loading…
Reference in New Issue
Block a user