Croway commented on code in PR #170:
URL: 
https://github.com/apache/camel-spring-boot-examples/pull/170#discussion_r2813441128


##########
docling/src/main/resources/application.properties:
##########
@@ -0,0 +1,19 @@
+# Application Configuration
+camel.main.name=DoclingServe
+spring.application.name=camel-docling-serve
+
+# Directory Configuration
+documents.directory=src/main/resources/documents
+output.directory=src/main/resources/output
+
+# Docling Service Configuration
+docling.serve.url=http://0.0.0.0:5001

Review Comment:
   `0.0.0.0` is used for listening by a the server, from the client perspective 
it is better to use `localhost`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to