# LexLink Configuration Example
# Copy this file to .env and fill in your values
# ======================
# Required Configuration
# ======================
# Your law.go.kr API identifier (email local part only)
# Example: if your email is g4c@korea.kr, use: g4c
OC=your_id_here
# ======================
# Optional Configuration
# ======================
# HTTP request timeout in seconds (5-120, default: 60)
# LEXLINK_TIMEOUT=60
# Logging level (DEBUG, INFO, WARNING, ERROR)
# LOG_LEVEL=INFO
# ======================
# Notes
# ======================
#
# Session configuration in Smithery takes precedence over environment variables.
# Priority order:
# 1. Tool argument (oc parameter in tool call)
# 2. Smithery session config (set in UI or URL: ?oc=value)
# 3. Environment variable (OC above)
#
# To get an OC identifier, register at open.law.go.kr and use your
# email local part (the part before @).