7 lines
110 B
Bash
7 lines
110 B
Bash
# 麦麦主程序配置
|
|
HOST=127.0.0.1
|
|
PORT=8000
|
|
|
|
# WebUI 服务器配置
|
|
WEBUI_HOST=127.0.0.1
|
|
WEBUI_PORT=8001 |