NODE_ENV=development PORT=3001 CLIENT_ORIGIN=http://localhost:5173 # Provisional local SQLite. Switch to Postgres when Docker is available: # DATABASE_URL=postgresql://vector:vector@localhost:5432/vector DATABASE_URL=file:../../packages/db/prisma/dev.db # Generate: node -e "console.log(require('crypto').randomBytes(48).toString('hex'))" JWT_SECRET=replace-with-at-least-32-char-random-hex-secret