# Face Verification API Configuration # Copy this file to .env and adjust values as needed # Face matching threshold (0.0 to 1.0) # Lower = stricter matching, Higher = more lenient # Default 0.6 is recommended for balance between security and usability FACE_MATCH_THRESHOLD=0.6 # CORS allowed origins (comma-separated) # Use * for development, restrict in production ALLOWED_ORIGINS=* # Server port PORT=8000