# Environment Variables Example
# Copy this file to .env and fill in your actual API keys
# FSS (Financial Supervisory Service) API Key
# Get from: https://www.fss.or.kr/openapi
FSS_SERVICE_KEY=your_fss_api_key_here
# OpenAI API Key
# Get from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Environment
NODE_ENV=development