-
Notifications
You must be signed in to change notification settings - Fork 45
/
project-defaults.yml
40 lines (40 loc) · 1.28 KB
/
project-defaults.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
thorntail:
datasources:
data-sources:
SoapBoxDS:
driver-name: mysql
connection-url: jdbc:mysql://localhost:3306/SOAPBOX
user-name: soapbox
password: secret
valid-connection-checker-class-name: org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLValidConnectionChecker
validate-on-match: true
background-validation: false
exception-sorter-class-name: org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLExceptionSorter
max-pool-size: 64
min-pool-size: 8
share-prepared-statements: true
mail:
mail-sessions:
Gmail:
smtp-server:
username: [email protected]
password: secret
ssl: true
smtp:
host: smtp.gmail.com
port: 465
undertow:
filter-configuration:
response-headers:
# reserved for future use
gzips:
gzipFilter:
# nothing to configure
servers:
default-server:
hosts:
default-host:
filter-refs:
gzipFilter:
priority: 1
predicate: "exists['%{o,Content-Type}'] and regex[pattern='(?:application/javascript|text/css|text/html|text/xml|application/json|application/xml)(;.*)?', value=%{o,Content-Type}, full-match=true]"