mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Use utils/create-cluster from any dir (#9766)
Co-authored-by: Vadim Pushtaev <v.pushtaev@corp.mail.ru>
This commit is contained in:
parent
0927a0dd24
commit
f069d09ee0
@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
BIN_PATH="../../src/"
|
BIN_PATH="$SCRIPT_DIR/../../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