deployment file modified

This commit is contained in:
sumedh
2024-11-12 11:52:26 +05:30
parent 7a3881e6dc
commit 88c59bfbef
2 changed files with 11 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ apollo:
fe:
url: "http://localhost:5173"
java-parser-module:
url: "http://java-parser-module-service.olympus.svc.cluster.local:8080"
url: "http://localhost:8084"
spring:
application:
name: apollo
@@ -13,37 +13,30 @@ spring:
azure:
openai:
endpoint: "https://ai-olympus.openai.azure.com/"
api-key: "9fb33cc69d914d4c8225b974876510b5"
api-key: "9fxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
openai:
api-key: "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
vectorstore:
azure:
api-key: "jxKqZvbMKuo1MwXs8ilEAeRDeswtoTXO1lWX600jP2AzSeDXo1nq"
api-key: "jxKxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
url: "https://search-olympus.search.windows.net"
initialize-schema: true
data:
mongodb:
uri: mongodb+srv://olympus_adm:26111979@olympus.l6qor4p.mongodb.net/?retryWrites=true&w=majority&appName=Olympus
database: olympus
username: olympus_adm
password: 26111979
uri:
database:
username:
password:
servlet:
multipart:
max-file-size: 5000000MB
max-request-size: 500000MB
#path to the repository
ingestion:
repository:
basepath: C:\\Users\\andrea.terzani\\dev\\Olympus
gitlab:
token: "xxxxxxxx"
path: /mnt/apollo_storage/repository #C:\\repos\\olympus_ai\\gitClone
cloud:
url: "https://gi2tlab.com/api/v4"
token: "xxxxxxxx"
onpremises:
url: "http://localhost:8081/api"
token: "xxxxxxxx"
eureka:
@@ -53,14 +46,6 @@ eureka:
instance:
preferIpAddress: true
#spring.jpa.show-sql=true
#spring.jpa.hibernate.ddl-auto=update
#spring.datasource.url=jdbc:postgresql://localhost:5432/olympus
#spring.datasource.username=andreaterzani
#spring.datasource.password=26111979
#spring.datasource.driver-class-name=org.postgresql.Driver
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
logging:
level:
root: INFO