smongiar commented on code in PR #170: URL: https://github.com/apache/camel-spring-boot-examples/pull/170#discussion_r2813480009
########## 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: Ok. This is not a big deal. Switching to "localhost", make the server accessible only locally (but not externally, remotely, i.e. Openshift/Kubernetes scenarios). In case, let customers be aware of this. -- 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]
