claude-code-remote-remake/.env.example

30 lines
726 B
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.

# TaskPing Email Relay Configuration
# 邮件接收配置
IMAP_HOST=imap.gmail.com
IMAP_PORT=993
IMAP_SECURE=true
IMAP_USER=your-email@gmail.com
IMAP_PASS=your-app-password
# 邮件安全设置
# 允许的发件人列表(逗号分隔)
ALLOWED_SENDERS=jessy@example.com,trusted@company.com
# 路由与会话存储
SESSION_MAP_PATH=/Users/jessytsui/dev/TaskPing/src/data/session-map.json
# 模式选择pty 或 tmux
INJECTION_MODE=pty
# Claude CLI 路径可选默认使用系统PATH中的claude
CLAUDE_CLI_PATH=claude
# 日志级别debug, info, warn, error
LOG_LEVEL=info
# 是否记录PTY输出调试用
PTY_OUTPUT_LOG=false
# tmux 配置如果使用tmux模式
TMUX_SESSION_PREFIX=taskping