Browse Source

修复调试问题

gitlink
Sydonian 2 years ago
parent
commit
9101677778
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      common/assets/confs/agent.config.json
  2. +1
    -1
      common/assets/confs/client.config.json
  3. +1
    -1
      common/assets/confs/scanner.config.json

+ 1
- 1
common/assets/confs/agent.config.json View File

@@ -31,6 +31,6 @@
"etcdUsername": "",
"etcdPassword": "",
"etcdLockLeaseTimeSec": 5,
"submitLockRequestWithoutLease": true
"description": "I am a agent"
}
}

+ 1
- 1
common/assets/confs/client.config.json View File

@@ -24,6 +24,6 @@
"etcdUsername": "",
"etcdPassword": "",
"etcdLockLeaseTimeSec": 5,
"submitLockRequestWithoutLease": true
"description": "I am a client"
}
}

+ 1
- 1
common/assets/confs/scanner.config.json View File

@@ -24,6 +24,6 @@
"etcdUsername": "",
"etcdPassword": "",
"etcdLockLeaseTimeSec": 5,
"submitLockRequestWithoutLease": true
"description": "I am a scanner"
}
}

Loading…
Cancel
Save