Skip to content

Commit

Permalink
Merge pull request WDAqua#13 from muncca/bugfix/qanary-component-config
Browse files Browse the repository at this point in the history
TinyTutorial build failure
  • Loading branch information
anbo-de authored May 29, 2020
2 parents a445f8d + 4e72715 commit ae73e86
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Update the port number
server.port=10013
spring.application.name=QueryBuilderSimpleRealNameOfSuperHero
spring.application.description=${app.name} is a Qanary component
spring.application.description=${spring.application.name} is a Qanary component

# the URL of the Qanary pipeline server
spring.boot.admin.client.url=http://localhost:8080
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
Expand Down

0 comments on commit ae73e86

Please sign in to comment.