PORT=3000 NODE_ENV=development DATABASE_URL="postgresql://postgres:postgres@localhost:5432/sdi_saas?schema=public" CORS_ORIGIN=http://localhost:3001 JWT_SECRET=your-secret-key-change-in-production