-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml
More file actions
44 lines (41 loc) · 830 Bytes
/
application.yml
File metadata and controls
44 lines (41 loc) · 830 Bytes
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
38
39
40
41
42
43
44
server:
port: ${port:8080}
spring:
application:
name: frog-api
# Database
liquibase:
enabled: true
change-log: classpath:db/changelog.xml
datasource:
driver-class-name: org.postgresql.Driver
url:
username:
password:
max-active: 50
hikari:
maximum-pool-size: 50
connectionTimeout: 40000
idleTimeout: 600000
maxLifetime: 1800000
jpa:
properties:
hibernate:
show_sql: true
generate_ddl: false
ddl_auto: none
dialect: org.hibernate.dialect.PostgreSQLDialect
order_inserts: true
order_updates: true
flush-mode: manual
jdbc:
batch_size: 500
minio:
endpoint:
accessKey:
secretKey:
bucket:
autoCreation: true
logging:
file:
name: ${log.dir:/tmp}/frog-api.main.log