diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-09 14:08:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-09 14:08:05 +0000 |
commit | e6b7eccbe411b9e257146dd64c244f7c99ff6fe2 (patch) | |
tree | fc229aeee8353e6f8e02dc60a415a1a71263e773 /ms/blueprintsprocessor | |
parent | 4fade7ac50901b20d209975c8476b47301f2e840 (diff) | |
parent | a33ed515bd52347214f9fbcc19ccbb8eb79df903 (diff) |
Merge "Changed CBA download with name and version"
Diffstat (limited to 'ms/blueprintsprocessor')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application-dev.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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
|