Add project files: Outlook mail manager with Docker support

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-06 00:45:44 +08:00
parent d964a8d758
commit 5b01caf8e3
19 changed files with 6984 additions and 0 deletions

20
.env.example Normal file
View File

@@ -0,0 +1,20 @@
# 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