您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

21 行
254 B

  1. const kezhou = {
  2. dir: "/data/front/git",
  3. ipList: [
  4. "172.16.0.66",
  5. "172.16.0.67",
  6. "172.16.0.68",
  7. "172.16.0.69",
  8. ]
  9. }
  10. const live = {
  11. dir: "/home/program/front/git",
  12. ipList: [
  13. "127.0.0.1",
  14. ]
  15. }
  16. exports.kezhou = kezhou;
  17. exports.live = live;