Files
claude-outlonok/.env.example
2026-03-06 01:28:52 +08:00

20 lines
454 B
Plaintext
Raw Permalink 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.

# Outlook邮件管理系统环境配置
# 复制此文件为 .env 并修改相应配置
# 管理员访问令牌(请修改为安全的密码)
ADMIN_TOKEN=admin123
# 服务器端口默认5000
SERVER_PORT=5000
# 服务器主机默认0.0.0.0,接受所有连接)
SERVER_HOST=0.0.0.0
# 时区设置
TZ=Asia/Shanghai
# 日志级别DEBUG, INFO, WARNING, ERROR, CRITICAL
LOG_LEVEL=INFO
# 是否启用详细日志
VERBOSE_LOGGING=false