mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-21 13:10:56 +00:00
fix pgvector schema env name
This commit is contained in:
parent
7e79b13bcb
commit
ea7bfe442b
@ -10,4 +10,4 @@ postgres:
|
||||
database: ${POSTGRES_DB:postgres}
|
||||
user: ${POSTGRES_USER:postgres}
|
||||
password: ${POSTGRES_PASSWORD:postgres}
|
||||
schema_name: ${POSTGRES_SHEMA:postgres}
|
||||
schema_name: ${POSTGRES_SCHEMA:postgres}
|
||||
|
Loading…
Reference in New Issue
Block a user