Files
gemini-skill/.env

26 lines
766 B
Bash
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.
# ── Gemini Skill 环境变量 / Environment Variables ──
# 浏览器可执行文件路径,支持 Chrome / Edge / Chromium不设则自动检测
# Browser executable path, supports Chrome / Edge / Chromium (auto-detect if not set)
BROWSER_PATH=
# CDP 远程调试端口
# CDP remote debugging port
BROWSER_DEBUG_PORT=
# 浏览器用户数据目录保持登录态、cookies 等)
# Browser user data directory (persists login session, cookies, etc.)
BROWSER_USER_DATA_DIR=
# 是否无头模式true / false
# Headless mode (true / false)
BROWSER_HEADLESS=
# CDP 协议超时时间(毫秒)
# CDP protocol timeout (milliseconds)
BROWSER_PROTOCOL_TIMEOUT=
# 截图 / 图片输出目录
# Screenshot / image output directory
OUTPUT_DIR=