mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
fix pgvector schema env name
This commit is contained in:
parent
7e79b13bcb
commit
ea7bfe442b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue