Check the various properties present in config.json file on this page
Sample config.json file
{
"mqConfig": {
"user": "iSight",
"password": "iSight",
"host": "127.0.0.1",
"exchange": "iSight",
"agentControlXchg": "iAgent"
},
"subscribe": {
"config": "SCM.GIT.config"
},
"publish": {
"data": "SCM.GIT.DATA",
"health": "SCM.GIT.HEALTH"
},
"communication": {
"type": "REST"
},
"dynamicTemplate": {
"responseTemplate": {
"sha": "commitId",
"commit": {
"author": {
"name": "authorName",
"date": "commitTime"
}
}
}
},
"enableBranches": false,
"toolCategory": "SCM",
"toolsTimeZone": "GMT",
"insightsTimeZone": "Asia/Kolkata",
"useResponseTemplate": true,
"auth": "base64",
"runSchedule": 30,
"timeStampField": "commitTime",
"timeStampFormat": "%Y-%m-%dT%H:%M:%SZ",
"startFrom": "2016-10-10 15:46:33",
"accessToken": "accesstoken",
"getRepos": "https://api.github.com/users/<USER_NAME>/repos",
"commitsBaseEndPoint": "https://api.github.com/repos/<REPO_NAME>/",
"isDebugAllowed": false,
"loggingSetting": {
"logLevel": "WARN"
}
}
Description of the properties in config.json file
Property | Description |
---|---|
Top Section