forked from opolvo/polvo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
41 lines (31 loc) · 1014 Bytes
/
config.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
database:
driverClass: com.mysql.jdbc.Driver
user: opolvo
password: fanipituchasimba
url: jdbc:mysql://mysql524.umbler.com:41890/polvo-dev
properties:
charSet: UTF-8
hibernate.dialect: org.hibernate.dialect.MySQLDialect
# the maximum amount of time to wait on an empty pool before throwing an exception
maxWaitForConnection: 1s
# the SQL query to run when validating a connection's liveness
validationQuery: "/* MyApplication Health Check */ SELECT 1"
# the minimum number of connections to keep open
minSize: 8
# the maximum number of connections to keep open
maxSize: 32
# whether or not idle connections should be validated
checkConnectionWhileIdle: false
logging:
loggers:
polvo.pplural: DEBUG
org.hibernate.SQL: ALL
appenders:
- type: console
server:
type: simple
applicationContextPath: /
#adminContextPath: /admin # If you plan to use an admin path, you'll need to also use non-root app path
connector:
type: http
port: 8080