config.js 293 B

123456789
  1. module.exports = {
  2. ip: "192.168.3.108", // ssh地址
  3. username: "root", // ssh 用户名
  4. port: 22, //端口
  5. password: "123456", // ssh 密码
  6. path: '/home/itsm/project/itsm-web/specimenView', // 上传地址
  7. rmpath: '/home/itsm/project/itsm-web/specimenView' // 删除地址
  8. }