-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREPORTSERVICE-cloud.yml
37 lines (35 loc) · 1.1 KB
/
REPORTSERVICE-cloud.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
spring:
jpa:
show-sql: false
open-in-view: true
database: POSTGRESQL
properties:
hibernate.format_sql: false
datasource:
tomcat:
name: datasource
max-idle: 3
max-active: 5
max-wait: 1000
jmx-enabled: true
username: esycation
password: esycation
test-on-borrow: true
test-on-return: false
test-while-idle: true
validation-query: SELECT 1
remove-abandoned-timeout: 60
remove-abandoned: false
log-abandoned: true
time-between-eviction-runs-millis: 30000
min-evictable-idle-time-millis: 30000
jdbc-interceptors: org.apache.tomcat.jdbc.pool.interceptor.ConnectionState;org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/esycation_report
logging:
level:
com.webientsoft.esycation: INFO
org.springframework: INFO
file: ${log-file-location:/opt/log/esycation}/report.log
pattern:
file: '%d{dd-MMM-yyyy HH:mm:ss} %5p %c{1}:%L - %m%n'