forked from jboss-set/aphrodite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaphrodite.properties.json.example
40 lines (40 loc) · 1.1 KB
/
aphrodite.properties.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"maxThreadCount": 10,
"streamServiceUpdateRate": 15,
"initialDelay": 10,
"issueTrackerConfigs": [
{
"url": "https://issues.redhat.com/",
"username": "Your username(remove it or leave it empty if you use Bearer Authentication with token)",
"password": "Your password or token value",
"tracker": "JIRA",
"defaultIssueLimit": 1
},
{
"url": "https://bugzilla.redhat.com/",
"password": "Your API key value",
"tracker": "BUGZILLA",
"defaultIssueLimit": 1
}
],
"repositoryConfigs": [
{
"url": "https://github.com/",
"username": "",
"password": "",
"type": "GITHUB"
},
{
"url": "https://gitlab.cee.redhat.com/",
"username": "",
"password": "",
"type": "GITLAB"
}
],
"streamConfigs": [
{
"url": "https://raw.githubusercontent.com/jboss-set/jboss-streams/master/streams.json",
"type": "JSON"
}
]
}