-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication-local.yml
57 lines (51 loc) · 1.05 KB
/
application-local.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
info:
build:
artifact: "@project.artifactId@"
name: "@project.name@"
description: "@project.description@"
version: "@project.version@"
logging:
charset:
console: UTF-8
file: UTF-8
file:
path: # empty for console logging | path for file logging (i.e. /logs)
console:
enabled: true # true (console logging) | false (file logging)
level:
edu.harvard.drs: DEBUG
org.springframework: INFO
web: INFO
root: INFO
management:
endpoint:
health:
enabled: true
showDetails: always
info:
enabled: true
logfile:
enabled: false # true (file logging) | false (console logging)
endpoints:
enabled-by-default: false
web:
exposure:
include: health, info, logfile
server:
port: 9000
servlet:
context-path:
spring:
application:
name: DRS Verify
profiles:
active: development
mvc:
pathmatch:
matching-strategy: ant_path_matcher
devtools:
addProperties: true
livereload:
enabled: true
main:
lazyInitialization: true