Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
fix: set default camel.application.url to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold committed Jun 28, 2021
1 parent 3e4ce8e commit f1240b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spring.banner.location=classpath:banner.txt

# camel
camel.xml-routes.directory=./camel/routes
camel.application.url=https://camel:9090
camel.application.url=https://localhost:9090
camel.application.username=admin
camel.application.password=password
camel.application.path.routes=/api/routes
Expand Down

0 comments on commit f1240b7

Please sign in to comment.