From e703675e8ba9f9ba224644c1b89b79ad6a97fe72 Mon Sep 17 00:00:00 2001 From: Patrick Kuo Date: Mon, 20 Feb 2017 14:35:28 +0000 Subject: [PATCH] Remove jira config template from reference.conf as it is optional configuration --- doorman/src/main/resources/reference.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doorman/src/main/resources/reference.conf b/doorman/src/main/resources/reference.conf index dcf1ccff1c..355d6f1095 100644 --- a/doorman/src/main/resources/reference.conf +++ b/doorman/src/main/resources/reference.conf @@ -11,11 +11,3 @@ dataSourceProperties { "dataSource.password" = "" } h2port = 0 - -jiraConfig{ - address = "https://doorman-jira-host/" - projectCode = "TD" - username = "username" - password = "password" - doneTransitionCode = 41 -}