6 lines
98 B
Bash
6 lines
98 B
Bash
HOST=127.0.0.1
|
|
PORT=8000
|
|
|
|
# WebUI 配置
|
|
WEBUI_ENABLED=true
|
|
WEBUI_MODE=production # 生产模式 |