Browse Source

本地测试环境IP修改

seimin 4 months ago
parent
commit
2fc70158ec
1 changed files with 1 additions and 1 deletions
  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.122", // ssh地址
4
+  ip: "192.168.3.121", // 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 密码