-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathxdropwizard.yml
More file actions
42 lines (36 loc) · 883 Bytes
/
xdropwizard.yml
File metadata and controls
42 lines (36 loc) · 883 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
server:
type: simple
rootPath: '/service/*'
applicationContextPath: /
adminContextPath: /admin
connector:
type: http
port: 9090
logging:
level: INFO
appenders:
- type: console
threshold: ALL
timeZone: UTC
target: stdout
- type: file
threshold: ALL
currentLogFilename: ./log/xdropwizard.log
archivedLogFilenamePattern: ./log/xdropwizard-%d.log.gz,
archivedFileCount: 5
timeZone: UTC
sundial:
thread-pool-size: 5
shutdown-on-unload: true
start-delay-seconds: 0
start-scheduler-on-load: true
global-lock-on-load: false
annotated-jobs-package-name: org.knowm.xdropwizard.jobs
yank:
- dbPropsFileName: DB.properties
sqlPropsFileName: SQL.properties
- poolName: mypool
dbPropsFileName: DB.properties
sqlPropsFileName: SQL.properties
template: Hello, %s!
defaultName: Stranger