@@ -2,11 +2,11 @@
* 重要::请根据此配置,创建一份 config.js 并修改其配置,系统默认只加载 config.js
*/
-
-// const SERVER_HOST = 'http://1.95.39.182';
-const SERVER_HOST = 'http://0.0.0.0';
+const SERVER_HOST = 'http://1.95.39.182';
+//const SERVER_HOST = 'http://0.0.0.0';
+
/**
* MySQL数据库配置
@@ -51,6 +51,5 @@
"dotenv": "^16.4.7",
"eslint": "^8.56.0",
"prettier": "^3.5.3"
- },
- "packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
+ }
}