cleanup
This commit is contained in:
parent
288bbf9f17
commit
5d6ed6bba8
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user