mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
13 lines
297 B
YAML
13 lines
297 B
YAML
nodestore:
|
|
database: postgres
|
|
|
|
vectorstore:
|
|
database: postgres
|
|
|
|
postgres:
|
|
host: ${POSTGRES_HOST:localhost}
|
|
port: ${POSTGRES_PORT:5432}
|
|
database: ${POSTGRES_DB:postgres}
|
|
user: ${POSTGRES_USER:postgres}
|
|
password: ${POSTGRES_PASSWORD:postgres}
|
|
schema_name: ${POSTGRES_SHEMA:postgres}
|