Skip to content

Commit 602de33

Browse files
authored
Fix env name error for postgresql database (#365)
1 parent 4ccb44d commit 602de33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Follow these steps to quickly set up and run the ChatGPT Retrieval Plugin:
166166
export PG_PORT=<postgres_port>
167167
export PG_USER=<postgres_user>
168168
export PG_PASSWORD=<postgres_password>
169-
export PG_DATABASE=<postgres_database>
169+
export PG_DB=<postgres_database>
170170
171171
# Elasticsearch
172172
export ELASTICSEARCH_URL=<elasticsearch_host_and_port> (either specify host or cloud_id)

0 commit comments

Comments
 (0)