excel-toolkit/.env.example

26 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

# =============================================================================
# Excel Toolkit 环境变量配置
# =============================================================================
# -----------------------------------------------------------------------------
# Gemini API 配置(用于翻译功能)
# 获取 API Key: https://aistudio.google.com/app/apikey
# -----------------------------------------------------------------------------
GEMINI_API_KEY=your-gemini-api-key-here
# -----------------------------------------------------------------------------
# OpenClaw Auth Runtime 配置(用于 API 访问)
# 从 ~/clawd/skills/_shared 获取 CLIENT_KEY
# -----------------------------------------------------------------------------
# 认证基础 URL默认https://api-gw-test.yuanwei-lnc.com
# AUTH_BASE=https://api-gw-test.yuanwei-lnc.com
# 客户端密钥(必需)- 从 ~/clawd/skills/_shared 获取
# CLIENT_KEY=your-client-key-here
# 缓存目录(默认:/tmp/skill-auth-cache
# AUTH_CACHE_DIR=/tmp/skill-auth-cache
# 最小令牌 TTL 秒数默认60
# AUTH_MIN_TTL_SEC=60