Skip to content

Commit

Permalink
Updated port to 40173 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese authored Oct 1, 2023
1 parent 48f942f commit a388992
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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=*
Expand Down
4 changes: 2 additions & 2 deletions service_config/files/qb-dateofdeathdbpedia
Original file line number Diff line number Diff line change
@@ -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
SPRING_BOOT_ADMIN_CLIENT_INSTANCE_SERVICE-BASE-URL=http://demos.swe.htwk-leipzig.de:40173
2 changes: 1 addition & 1 deletion service_config/service_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
},
{
"mode": "dockerfile",
"port": "40160:40160",
"port": "40173:40173",
"image": "qanary/qanary-component-qb-dateofdeathdpbedia",
"tag": "latest",
"files": {
Expand Down

0 comments on commit a388992

Please sign in to comment.