# Test Environment Configuration NODE_ENV=test PORT=3001 # Test Database DATABASE_URL=postgresql://basil:basil@localhost:5432/basil_test # Storage Configuration (use local for tests) STORAGE_TYPE=local LOCAL_STORAGE_PATH=./test-uploads # CORS CORS_ORIGIN=http://localhost:5173 # Disable external services in tests DISABLE_EXTERNAL_SERVICES=true