From 5d6ed6bba834d1379091671bc9a380146e82f33c Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Wed, 8 Nov 2023 15:06:46 +0200 Subject: [PATCH] cleanup --- .../src/main/resources/application-dev.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml index 82da3b633..0be5aa24b 100644 --- a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml +++ b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml @@ -35,19 +35,6 @@ persistence-service: fforesight: springdoc: auth-server-url: 'http://localhost:8080/auth' - - jobs: enabled: true - datasource: - url: jdbc:postgresql://${PSQL_HOST:localhost}:${PSQL_PORT:25432}/${PSQL_DATABASE:tenantmanager}?ApplicationName=${spring.application.name:}-scheduler&cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true - driverClassName: org.postgresql.Driver - username: ${PSQL_USERNAME:tenantmanager} - password: ${PSQL_PASSWORD:r3dact3d} - platform: org.hibernate.dialect.PostgreSQL95Dialect - hikari: - maximumPoolSize: 2 - data-source-properties: - cachePrepStmts: true - prepStmtCacheSize: 1000 - prepStmtCacheSqlLimit: 2048 +