Skip to content

Commit

Permalink
Update .env.template (eosphoros-ai#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopshine authored Sep 10, 2024
1 parent b342955 commit 46605a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ KNOWLEDGE_GRAPH_COMMUNITY_SEARCH_RECALL_SCORE=0.0

## ElasticSearch vector db config
#VECTOR_STORE_TYPE=ElasticSearch
ElasticSearch_URL=127.0.0.1
ElasticSearch_PORT=9200
ElasticSearch_USERNAME=elastic
ElasticSearch_PASSWORD={your_password}
ELASTICSEARCH_URL=127.0.0.1
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD={your_password}

### TuGraph config
#TUGRAPH_HOST=127.0.0.1
Expand Down

0 comments on commit 46605a9

Please sign in to comment.