From a388992402c57811297322589f225277cdc1c978 Mon Sep 17 00:00:00 2001 From: Dennis Schiese <135758800+dschiese@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:16:05 +0200 Subject: [PATCH] Updated port to 40173 (#311) --- .../src/main/resources/config/application.properties | 5 ++--- service_config/files/qb-dateofdeathdbpedia | 4 ++-- service_config/service_config.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/qanary-component-QB-DateOfDeathDBpedia/src/main/resources/config/application.properties b/qanary-component-QB-DateOfDeathDBpedia/src/main/resources/config/application.properties index 035f7db88..5518068a8 100644 --- a/qanary-component-QB-DateOfDeathDBpedia/src/main/resources/config/application.properties +++ b/qanary-component-QB-DateOfDeathDBpedia/src/main/resources/config/application.properties @@ -1,13 +1,12 @@ # Update the port number -server.port=40160 +server.port=40173 spring.application.name=QB-DateOfDeathForRealPersons spring.application.description=${spring.application.name} is a simple rule-based Qanary component for computing the date of death on the DBpedia knowledge base. # the URL of the Qanary pipeline server spring.boot.admin.url=http://localhost:8080 spring.boot.admin.client.url=${spring.boot.admin.url} # the service url -#spring.boot.admin.client.service-base-url=http://localhost:10013 -spring.boot.admin.client.instance.service-base-url=http://localhost:10013 +spring.boot.admin.client.instance.service-base-url=http://localhost:${server.port}/ #spring.security.user.name=admin #spring.security.user.password=admin #management.endpoints.web.exposure.include=* diff --git a/service_config/files/qb-dateofdeathdbpedia b/service_config/files/qb-dateofdeathdbpedia index 025c5bc36..377a896ee 100644 --- a/service_config/files/qb-dateofdeathdbpedia +++ b/service_config/files/qb-dateofdeathdbpedia @@ -1,4 +1,4 @@ SERVER_HOST=http://demos.swe.htwk-leipzig.de -SERVER_PORT=40160 +SERVER_PORT=40173 SPRING_BOOT_ADMIN_URL=http://demos.swe.htwk-leipzig.de:40111/ -SPRING_BOOT_ADMIN_CLIENT_INSTANCE_SERVICE-BASE-URL=http://demos.swe.htwk-leipzig.de:40160 \ No newline at end of file +SPRING_BOOT_ADMIN_CLIENT_INSTANCE_SERVICE-BASE-URL=http://demos.swe.htwk-leipzig.de:40173 \ No newline at end of file diff --git a/service_config/service_config.json b/service_config/service_config.json index b9d10a8e6..678b3acc9 100644 --- a/service_config/service_config.json +++ b/service_config/service_config.json @@ -119,7 +119,7 @@ }, { "mode": "dockerfile", - "port": "40160:40160", + "port": "40173:40173", "image": "qanary/qanary-component-qb-dateofdeathdpbedia", "tag": "latest", "files": {