MaiBot/template/template.env

9 lines
344 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 麦麦主程序配置
HOST=127.0.0.1
PORT=8000
# WebUI 独立服务器配置
WEBUI_ENABLED=true
WEBUI_MODE=production # 模式: development(开发) 或 production(生产)
WEBUI_HOST=127.0.0.1 # WebUI 服务器监听地址默认仅本地访问设置为0.0.0.0可允许外部访问)
WEBUI_PORT=8001 # WebUI 服务器端口