summaryrefslogtreecommitdiffstats
path: root/scripts/jira/jira-bug-closer/config.ini
blob: 91cff21ad1348af6147c880df5d10399f7f88f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# test jira instance, used for auto tests and general testing
[test]
add_comment_to_issues = no
jira_url = https://bugreports-test.qt.io

oauth_token=get_this_by_running_oauth_dance.py
oauth_token_secret=get_this_by_running_oauth_dance.py
consumer_key = jira-gerrit-oauth
key_cert_file = jiracloser.pem

[production]
add_comment_to_issues = no
jira_url = https://bugreports.qt.io

oauth_token=get_this_by_running_oauth_dance.py
oauth_token_secret=get_this_by_running_oauth_dance.py
consumer_key = jira-gerrit-oauth
key_cert_file = jiracloser.pem