From a283fe3ca39221e950a9cd97b6f9abcb40050ae0 Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Thu, 6 Dec 2018 10:30:59 -0500 Subject: Add Generic Rest Configuration Change-Id: I3865eac84765ac2cbc5dd0db7a1ed0065bcaa7c5 Issue-ID: CCSDK-699 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- .../application/src/test/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ms/blueprintsprocessor/application/src/test/resources/application.properties') diff --git a/ms/blueprintsprocessor/application/src/test/resources/application.properties b/ms/blueprintsprocessor/application/src/test/resources/application.properties index 567c25776..fdd755eff 100644 --- a/ms/blueprintsprocessor/application/src/test/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/test/resources/application.properties @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -blueprintsprocessor.blueprint-deploy-path=/opt -blueprintsprocessor.blueprint-archive-path=/opt \ No newline at end of file +blueprintsprocessor.blueprintDeployPath=/opt +blueprintsprocessor.blueprintArchivePath=/opt \ No newline at end of file -- cgit 1.2.3-korg