# Forte — Development Environment Variables # Database DATABASE_URL=postgresql://forte:forte@localhost:5432/forte # Valkey (Redis-compatible) REDIS_URL=redis://localhost:6379 # API Server PORT=8000 HOST=0.0.0.0 # Environment NODE_ENV=development