# Individual Applicant Mesh (IAM) Configuration
# Copy this file to .env and customize the values below

# Application Settings
APP_NAME=iam
# Logging Configuration
LOG_LEVEL=INFO

# MCP Server Settings
MCP_TRANSPORT=stdio

# File Settings
RESUME_MESH_FILENAME=resume_mesh

# API KEYS
RAPIDAPI_KEY=
RAPIDAPI_HOST=jsearch.p.rapidapi.com
