diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 978dc98..94370fc 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -33,4 +33,6 @@ logging.level.org.springframework.ai.chat.client.advisor=DEBUG eureka.client.serviceUrl.defaultZone: ${EUREKA_URI:http://localhost:8761/eureka} eureka.instance.preferIpAddress: true -hermione.fe.url = \ No newline at end of file +hermione.fe.url = + +java-parser-module.url: "http://java-parser-module-service.olympus.svc.cluster.local:8080" \ No newline at end of file