Remove jira config template from reference.conf as it is optional configuration

This commit is contained in:
Patrick Kuo 2017-02-20 14:35:28 +00:00
parent 56387a2831
commit e703675e8b

View File

@ -11,11 +11,3 @@ dataSourceProperties {
"dataSource.password" = ""
}
h2port = 0
jiraConfig{
address = "https://doorman-jira-host/"
projectCode = "TD"
username = "username"
password = "password"
doneTransitionCode = 41
}