ingest: set DATABASE_URL from POSTGRES_RAG_DSN
All checks were successful
ingest / ingest (push) Successful in 4s
All checks were successful
ingest / ingest (push) Successful in 4s
This commit is contained in:
parent
b9412a97aa
commit
ae81d40084
@ -22,7 +22,10 @@ jobs:
|
||||
# scripts/runner-config.yaml for the rationale.
|
||||
network: ${{ vars.COMPASS_NETWORK || 'compass_default' }}
|
||||
env:
|
||||
# Pgvector chunk store.
|
||||
# Pgvector chunk store. The CLI reads DATABASE_URL (ottomator
|
||||
# legacy name); POSTGRES_RAG_DSN is kept for symmetry with the
|
||||
# long-running app service env and the runbook.
|
||||
DATABASE_URL: ${{ secrets.POSTGRES_RAG_DSN }}
|
||||
POSTGRES_RAG_DSN: ${{ secrets.POSTGRES_RAG_DSN }}
|
||||
# Raw Graphiti graph (7688). These are NOT the structured-graph
|
||||
# write creds — those only exist in compass/migrations.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user