22 lines
824 B
INI
22 lines
824 B
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
|
|
|
|
neo4j.uri=neo4j+s://e17e6f08.databases.neo4j.io:7687
|
|
neo4j.username=neo4j
|
|
neo4j.password=8SrSqQ3q6q9PQNWtN9ozqSQfGce4lfh_n6kKz2JIubQ
|
|
|
|
|
|
hermione.fe.url="http://hermione.olympusai.live" |