From a33ed515bd52347214f9fbcc19ccbb8eb79df903 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Mon, 8 Apr 2019 20:57:54 +0530 Subject: Changed CBA download with name and version Change-Id: I6121e6248138569b2bb0908bb99d9059a1115784 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi --- .../application/src/main/resources/application-dev.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ms/blueprintsprocessor/application/src/main/resources') diff --git a/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties b/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties index fc148bf49..0e2cdf9de 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application-dev.properties @@ -18,10 +18,10 @@ #logging.level.web=DEBUG # Web server config -server.port=8080 +server.port=8081 blueprintsprocessor.grpcEnable=false -blueprintsprocessor.httpPort=8080 +blueprintsprocessor.httpPort=8081 blueprintsprocessor.grpcPort=9111 # Blueprint Processor File Execution and Handling Properties -- cgit 1.2.3-korg