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:
20
.env.example
Normal file
20
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user