Skip to content

Commit

Permalink
Add VECTOR_ values to .env.ci [WEB-2934]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Dec 2, 2024
1 parent b16799d commit b2c37b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ DB_DATABASE='homestead'
DB_USERNAME='homestead'
DB_PASSWORD='secret'

VECTORS_DB_CONNECTION='pgsql'
VECTORS_DB_HOST='127.0.0.1'
VECTORS_DB_PORT=5432
VECTORS_DB_DATABASE='vectors'
VECTORS_DB_USERNAME='homestead'
VECTORS_DB_PASSWORD='secret'

SCOUT_DRIVER=null

AIC_AUTH_MAX_ATTEMPTS=120

0 comments on commit b2c37b7

Please sign in to comment.