69 lines
1.7 KiB
YAML
69 lines
1.7 KiB
YAML
server:
|
|
port: 8082
|
|
|
|
apollo:
|
|
fe:
|
|
url: "http://localhost:5173"
|
|
java-parser-module:
|
|
url: "http://localhost:8084"
|
|
jsp-parser-module:
|
|
url: "http://localhost:8089"
|
|
generic-file-parser-module:
|
|
url: "http://localhost:8085"
|
|
spring:
|
|
application:
|
|
name: apollo
|
|
ai:
|
|
azure:
|
|
openai:
|
|
endpoint: "https://ai-olympus-new.openai.azure.com/"
|
|
api-key: "4eHwvw6h7vHxTmI2870cR3EpEBs5L9sXZabr9nz37y39TXtk0xY5JQQJ99AKAC5RqLJXJ3w3AAABACOGLdow"
|
|
openai:
|
|
api-key: "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
vectorstore:
|
|
azure:
|
|
api-key: "jxKxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
url: "https://search-olympus.search.windows.net"
|
|
initialize-schema: true
|
|
chroma:
|
|
client:
|
|
host: "http://108.142.74.161"
|
|
port: "8000"
|
|
key-token: "nVYLh3eq92aJP4x08dNdWngilPG2ooj9"
|
|
initialize-schema: "true"
|
|
collection-name: "olympus"
|
|
data:
|
|
mongodb:
|
|
uri: mongodb+srv://olympusadmin:Camilla123!@db-olympus.global.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000
|
|
database: olympus
|
|
username: olympusadmin
|
|
password: Camilla123!
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 5000000MB
|
|
max-request-size: 500000MB
|
|
main:
|
|
allow-circular-references: true
|
|
|
|
gitlab:
|
|
path: /mnt/apollo_storage/repository #C:\\repos\\olympus_ai\\gitClone
|
|
cloud:
|
|
token: "xxxxxxxx"
|
|
onpremises:
|
|
token: "xxxxxxxx"
|
|
|
|
eureka:
|
|
client:
|
|
serviceUrl:
|
|
defaultZone: ${EUREKA_URI:http://localhost:8761/eureka}
|
|
instance:
|
|
preferIpAddress: true
|
|
|
|
logging:
|
|
level:
|
|
root: INFO
|
|
#feign: DEBUG
|
|
#org.springframework.web.client: DEBUG
|
|
|
|
java-re-module:
|
|
url: "http://localhost:8084" |