mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-21 21:19:42 +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}
|
database: ${POSTGRES_DB:postgres}
|
||||||
user: ${POSTGRES_USER:postgres}
|
user: ${POSTGRES_USER:postgres}
|
||||||
password: ${POSTGRES_PASSWORD:postgres}
|
password: ${POSTGRES_PASSWORD:postgres}
|
||||||
schema_name: ${POSTGRES_SHEMA:postgres}
|
schema_name: ${POSTGRES_SCHEMA:postgres}
|
||||||
|
Loading…
Reference in New Issue
Block a user