cors changes applied & new-gw
This commit is contained in:
49
src/main/resources/application.yml
Normal file
49
src/main/resources/application.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
server:
|
||||
port: 8082
|
||||
|
||||
apollo:
|
||||
fe:
|
||||
url: "http://localhost:5173"
|
||||
spring:
|
||||
application:
|
||||
name: apollo
|
||||
ai:
|
||||
openai:
|
||||
api-key:
|
||||
vectorstore:
|
||||
mongodb:
|
||||
uri:
|
||||
indexName: vector_index
|
||||
collection-name: vector_store
|
||||
initialize-schema: false
|
||||
data:
|
||||
mongodb:
|
||||
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:
|
||||
path: /mnt/apollo_storage/repository #C:\\repos\\olympus_ai\\gitClone
|
||||
|
||||
|
||||
#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
|
||||
Reference in New Issue
Block a user