38 lines
1.5 KiB
INI
38 lines
1.5 KiB
INI
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.database=olympus
|
|
spring.data.mongodb.username=olympus_adm
|
|
spring.data.mongodb.password=26111979
|
|
|
|
spring.ai.vectorstore.mongodb.indexName=vector_index
|
|
spring.ai.vectorstore.mongodb.collection-name=vector_store
|
|
spring.ai.vectorstore.mongodb.initialize-schema=false
|
|
|
|
spring.ai.openai.api-key=sk-proj-j3TFJ0h348DIzMrYYfyUT3BlbkFJjk4HMc8A2ux2Asg8Y7H1
|
|
spring.ai.openai.chat.options.model=gpt-4o-mini
|
|
spring.main.allow-circular-references=true
|
|
|
|
spring.ai.azure.openai.api-key=YOUR_API_KEY
|
|
spring.ai.azure.openai.endpoint=YOUR_ENDPOINT
|
|
spring.ai.azure.openai.chat.options.deployment-name=gpt-4o
|
|
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
|
|
|
|
spring.neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687
|
|
spring.neo4j.authentication.username=neo4j
|
|
spring.neo4j.authentication.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
|
|
|
|
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
|
|
|
|
hermione.fe.url =
|
|
|
|
java-parser-module.url: http://java-parser-module-service.olympus.svc.cluster.local:8080 |