trigger re single class + update app-prop with new db
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
spring.application.name=hermione
|
||||
server.port=8081
|
||||
|
||||
spring.data.mongodb.uri=mongodb+srv://olympus_adm:26111979@olympus.l6qor4p.mongodb.net/?retryWrites=true&w=majority&appName=Olympus
|
||||
# spring.data.mongodb.uri=mongodb+srv://olympus_adm:26111979@olympus.l6qor4p.mongodb.net/?retryWrites=true&w=majority&appName=Olympus
|
||||
# spring.data.mongodb.database=olympus
|
||||
# spring.data.mongodb.username=olympus_adm
|
||||
# spring.data.mongodb.password=26111979
|
||||
|
||||
spring.data.mongodb.uri=mongodb+srv://olympusadmin:Camilla123!@db-olympus.global.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000
|
||||
spring.data.mongodb.database=olympus
|
||||
spring.data.mongodb.username=olympus_adm
|
||||
spring.data.mongodb.password=26111979
|
||||
spring.data.mongodb.username=olympusadmin
|
||||
spring.data.mongodb.password=Camilla123!
|
||||
|
||||
spring.ai.vectorstore.mongodb.indexName=vector_index
|
||||
spring.ai.vectorstore.mongodb.collection-name=vector_store
|
||||
@@ -25,13 +30,21 @@ spring.ai.azure.openai.endpoint=https://ai-olympus.openai.azure.com/
|
||||
spring.ai.azure.openai.chat.options.deployment-name=gpt-4o-mini
|
||||
spring.ai.azure.openai.chat.options.temperature=0.7
|
||||
|
||||
neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687
|
||||
neo4j.username=neo4j
|
||||
neo4j.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
|
||||
# neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687
|
||||
# neo4j.username=neo4j
|
||||
# neo4j.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
|
||||
|
||||
spring.neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687
|
||||
neo4j.uri=bolt://57.153.162.67:7687
|
||||
neo4j.username=neo4j
|
||||
neo4j.password=01J5h56IsTyyKt
|
||||
|
||||
# spring.neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687
|
||||
# spring.neo4j.authentication.username=neo4j
|
||||
# spring.neo4j.authentication.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
|
||||
|
||||
spring.neo4j.uri=bolt://57.153.162.67:7687
|
||||
spring.neo4j.authentication.username=neo4j
|
||||
spring.neo4j.authentication.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
|
||||
spring.neo4j.authentication.password=01J5h56IsTyyKt
|
||||
|
||||
spring.main.allow-bean-definition-overriding=true
|
||||
logging.level.org.springframework.ai.chat.client.advisor=DEBUG
|
||||
@@ -41,4 +54,5 @@ eureka.instance.preferIpAddress: true
|
||||
|
||||
hermione.fe.url = http://localhost:5173
|
||||
|
||||
java-parser-module.url: http://java-parser-module-service.olympus.svc.cluster.local:8080
|
||||
java-parser-module.url: http://java-parser-module-service.olympus.svc.cluster.local:8080
|
||||
|
||||
Reference in New Issue
Block a user