config.js 300 B

1234567891011121314
  1. export const config = [
  2. {
  3. id: 0,
  4. nodeEnv: "test",
  5. name: "测试环境",
  6. domain: "",
  7. host: "10.0.0.28",
  8. port: "22",
  9. username: "root",
  10. password: "hsmysql",
  11. path: "/usr/share/nginx/html",//部署路径
  12. removepath: "/usr/share/nginx/html", //删除路径
  13. },
  14. ];