Skip to content

Commit

Permalink
weaviategh-4764 Remove duplicate CONTEXTIONARY_URL variables in dev s…
Browse files Browse the repository at this point in the history
…etup
  • Loading branch information
aminst committed Apr 30, 2024
1 parent 3cbf49a commit 3ff5a5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/dev/run_dev_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ case $CONFIG in
RAFT_INTERNAL_RPC_PORT="8303" \
RAFT_JOIN="weaviate-0:8300,weaviate-1:8302,weaviate-2:8304" \
RAFT_BOOTSTRAP_EXPECT=3 \
CONTEXTIONARY_URL=localhost:9999 \
DEFAULT_VECTORIZER_MODULE=text2vec-contextionary \
ENABLE_MODULES="text2vec-contextionary,backup-filesystem" \
go_run ./cmd/weaviate-server \
Expand All @@ -96,7 +95,6 @@ case $CONFIG in
RAFT_INTERNAL_RPC_PORT="8305" \
RAFT_JOIN="weaviate-0:8300,weaviate-1:8302,weaviate-2:8304" \
RAFT_BOOTSTRAP_EXPECT=3 \
CONTEXTIONARY_URL=localhost:9999 \
DEFAULT_VECTORIZER_MODULE=text2vec-contextionary \
ENABLE_MODULES="text2vec-contextionary" \
go_run ./cmd/weaviate-server \
Expand All @@ -119,7 +117,6 @@ case $CONFIG in
CLUSTER_JOIN="localhost:7100" \
RAFT_PORT="8306" \
RAFT_INTERNAL_RPC_PORT="8307" \
CONTEXTIONARY_URL=localhost:9999 \
DEFAULT_VECTORIZER_MODULE=text2vec-contextionary \
ENABLE_MODULES="text2vec-contextionary" \
go_run ./cmd/weaviate-server \
Expand Down

0 comments on commit 3ff5a5c

Please sign in to comment.