Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
cbnb233 authored Oct 25, 2024
1 parent aa9a086 commit 0db7ce7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/weaviate/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ W9_ID=weaviate
W9_HTTP_PORT_SET=8080
W9_HTTP_PORT=8080
W9_URL=Internet_IP
W9_NETWORK=websoft9
W9_NETWORK=websoft9

QUERY_DEFAULTS_LIMIT=25
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED='true'
PERSISTENCE_DATA_PATH='/var/lib/weaviate'
DEFAULT_VECTORIZER_MODULE='none'
ENABLE_API_BASED_MODULES='true'
CLUSTER_HOSTNAME='node1'

0 comments on commit 0db7ce7

Please sign in to comment.