-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yml
41 lines (38 loc) · 985 Bytes
/
test.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
38
39
40
41
server:
rootPath: /api
applicationConnectors:
- type: http
port: 6889
adminConnectors:
- type: http
port: 6890
logging:
level: INFO
loggers:
com.campspot: DEBUG
org.skife.jdbi.v2: TRACE
database:
driverClass: com.mysql.jdbc.Driver
user: root
url: jdbc:mysql://localhost:3306/time_tracking_test?characterEncoding=UTF-8&useSSL=false
properties:
charSet: UTF-8
hibernate.dialect: org.hibernate.dialect.MySQL5InnoDBDialect
defaultTransactionIsolation: READ_COMMITTED
maxWaitForConnection: 1s
validationQuery: "/* DropWizard Health Check */ SELECT 1"
validationQueryTimeout: 10s
minSize: 5
maxSize: 25
checkConnectionWhileIdle: false
checkConnectionOnBorrow: true
rollbackOnReturn: true
removeAbandoned: true
removeAbandonedTimeout: 900s
abandonWhenPercentageFull: 0
logAbandonedConnections: true
logValidationErrors: true
jerseyClient:
timeout: 1m
connectionRequestTimeout: 1m
cookiesEnabled: true