Skip to content

Commit

Permalink
Configurable Jira connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jul 14, 2024
1 parent a59183e commit 5d1d285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/dashboard/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jiraDueDateWeeks=1
jiraEnvironment={{ dashboard.jira_environment }}
jiraApikey={{ dashboard_jira_apikey }}
jiraUseApiKey={{ dashboard.jira_use_api_key }}
# Timeout in milliseconds
jiraConnectionTimeout=10000

manage.username={{ dashboard.manage_username }}
manage.password={{ manage_dashboard_secret }}
Expand Down

0 comments on commit 5d1d285

Please sign in to comment.