diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 97dd72d..e770a6c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -22,16 +22,10 @@ spring.neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687 spring.neo4j.authentication.username=neo4j spring.neo4j.authentication.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ - -spring.ai.vectorstore.neo4j.database-name:neo4j -spring.ai.vectorstore.neo4j.initialize-schema:true -spring.ai.vectorstore.neo4j.label:Document -spring.ai.vectorstore.neo4j.embedding-property:embedding -spring.ai.vectorstore.neo4j.index-name:spring-ai-document-index - - spring.main.allow-bean-definition-overriding=true logging.level.org.springframework.ai.chat.client.advisor=DEBUG eureka.client.serviceUrl.defaultZone: ${EUREKA_URI:http://localhost:8761/eureka} -eureka.instance.preferIpAddress: true \ No newline at end of file +eureka.instance.preferIpAddress: true + +hermione.fe.url = * \ No newline at end of file