excel-toolkit/.env.example

29 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# =============================================================================
# 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