29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
# =============================================================================
|
||
# Excel Toolkit 环境变量配置
|
||
# =============================================================================
|
||
|
||
# -----------------------------------------------------------------------------
|
||
# Gemini API 配置(用于翻译功能)
|
||
# 获取 API Key: https://aistudio.google.com/app/apikey
|
||
# -----------------------------------------------------------------------------
|
||
GEMINI_API_KEY=your-gemini-api-key-here
|
||
|
||
# Gemini 模型名称(可选,默认:gemini-2.0-flash-lite)
|
||
# GEMINI_MODEL=gemini-2.0-flash-lite
|
||
|
||
# -----------------------------------------------------------------------------
|
||
# 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
|