fix pgvector schema env name

This commit is contained in:
Yevhenii Semendiak 2024-10-30 21:45:13 +02:00
parent 7e79b13bcb
commit ea7bfe442b

View File

@ -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}