浏览代码

修改上传地址

seimin 2 年之前
父节点
当前提交
3ee71b8db7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      upload/development.js

+ 1 - 1
upload/development.js

@@ -1,7 +1,7 @@
1
 const shell = require('shelljs')
1
 const shell = require('shelljs')
2
 const path = require('path');
2
 const path = require('path');
3
 const config = {
3
 const config = {
4
-  ip: "192.168.3.109", // ssh地址
4
+  ip: "192.168.3.110", // ssh地址
5
   username: "root", // ssh 用户名
5
   username: "root", // ssh 用户名
6
   port: 22,      //端口
6
   port: 22,      //端口
7
   password: "DStech@123", // ssh 密码
7
   password: "DStech@123", // ssh 密码