diff --git a/template/template.env b/template/template.env index b9d612af..d19678e7 100644 --- a/template/template.env +++ b/template/template.env @@ -2,6 +2,5 @@ HOST=127.0.0.1 PORT=8000 # WebUI 配置 -# WEBUI_ENABLED=true -# WEBUI_MODE=development # 开发模式(需手动启动前端: cd webui && npm run dev,端口 7999) -# WEBUI_MODE=production # 生产模式(需先构建前端: cd webui && npm run build) \ No newline at end of file +WEBUI_ENABLED=true +WEBUI_MODE=production # 生产模式 \ No newline at end of file