This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch agent-framewok-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/agent-framewok-refactoring by 
this push:
     new d6bc669d97 Adding spring db properties to distribution
d6bc669d97 is described below

commit d6bc669d97f6e4da81d47ddc53f722c3f5e3616f
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Mon Sep 16 21:00:33 2024 -0400

    Adding spring db properties to distribution
---
 .../main/resources/distribution/conf/application.yml   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git 
a/modules/agent-framework/agent-service/src/main/resources/distribution/conf/application.yml
 
b/modules/agent-framework/agent-service/src/main/resources/distribution/conf/application.yml
index 35e899b31e..59099eea03 100644
--- 
a/modules/agent-framework/agent-service/src/main/resources/distribution/conf/application.yml
+++ 
b/modules/agent-framework/agent-service/src/main/resources/distribution/conf/application.yml
@@ -6,6 +6,24 @@ server:
   port: 18880
   address: 0.0.0.0
 
+spring:
+  servlet:
+    multipart:
+      max-file-size: 200MB
+      max-request-size: 200MB
+  datasource:
+    url: "jdbc:mariadb://localhost:13306/app_catalog"
+    username: "root"
+    password: "123456"
+    driver-class-name: org.mariadb.jdbc.Driver
+    hikari:
+      pool-name: AppCatalogPool
+      leak-detection-threshold: 20000
+  jpa:
+    hibernate:
+      ddl-auto: create
+    open-in-view: false
+
 airavata:
   server:
     url: scigap02.sciencegateways.iu.edu

Reply via email to