This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
JCS-pub
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
修复调试问题
gitlink
Sydonian
2 years ago
parent
7d13aae3e2
commit
9101677778
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/assets/confs/agent.config.json
+1
-1
common/assets/confs/client.config.json
+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"
}
}
Write
Preview
Loading…
Cancel
Save