Skip to content

Commit

Permalink
Fix env name error for postgresql database (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
timewalker08 authored Oct 17, 2023
1 parent 4ccb44d commit 602de33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Follow these steps to quickly set up and run the ChatGPT Retrieval Plugin:
export PG_PORT=<postgres_port>
export PG_USER=<postgres_user>
export PG_PASSWORD=<postgres_password>
export PG_DATABASE=<postgres_database>
export PG_DB=<postgres_database>
# Elasticsearch
export ELASTICSEARCH_URL=<elasticsearch_host_and_port> (either specify host or cloud_id)
Expand Down

0 comments on commit 602de33

Please sign in to comment.