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


##########
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:
   Maybe. What's the sense? In most examples we use 0.0.0.0
   
   If I run the docling-serve container I get: 
   
   ```
   Starting production server 🚀
   
   Server started at http://0.0.0.0:5001
   Documentation at http://0.0.0.0:5001/docs
   Scalar docs at http://0.0.0.0:5001/scalar
   UI at http://0.0.0.0:5001/ui
   ```
   
   So, is it strictly necessary?



-- 
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