17 lines
560 B
Bash
17 lines
560 B
Bash
# Terminal DHR MCP Skill Package Environment Variables Configuration Example
|
|
# Copy this file to .env and modify the configuration values
|
|
|
|
# Visitor system API configuration
|
|
BASE_URL=http://192.168.2.236:8088
|
|
VISITOR_API_TIMEOUT=30
|
|
|
|
# Log level (DEBUG, INFO, WARNING, ERROR)
|
|
LOG_LEVEL=INFO
|
|
|
|
# Optional: Custom API endpoints (if different from default)
|
|
# VISITOR_QUERY_ENDPOINT=/system/visitorRecord/mcp/validRecordsByUserId
|
|
# VISITOR_REGISTER_ENDPOINT=/visitors
|
|
|
|
# Optional: Custom request headers
|
|
# API_KEY=your-api-key-here
|
|
# AUTH_TOKEN=your-auth-token-here |