Removing neo4j properties and adding hermione-fe url
This commit is contained in:
@@ -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
|
||||
eureka.instance.preferIpAddress: true
|
||||
|
||||
hermione.fe.url = *
|
||||
Reference in New Issue
Block a user