-
Notifications
You must be signed in to change notification settings - Fork 82
/
application.properties
35 lines (19 loc) · 933 Bytes
/
application.properties
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
debug=true
info.id=${spring.application.name}
server.port=${PORT:${SERVER_PORT:0}}
logging.level.org.springframework.security=DEBUG
logging.pattern.console=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID:- }){magenta} %clr(---){faint} %clr([trace=%X{X-Trace-Id:-},span=%X{X-Span-Id:-}]){yellow} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex
spring.sleuth.log.json.enabled=true
spring.zipkin.host=${DOCKER_IP}
#spring.cloud.consul.host=${DOCKER_IP}
#spring.cloud.consul.discovery.hostname=${DOCKER_HOST_IP:cna}
logging.level.com.netflix.eureka=OFF
logging.level.com.netflix.discovery=OFF
spring.rabbitmq.host=${DOCKER_IP}
spring.redis.host=${DOCKER_IP}
endpoints.shutdown.enabled=true
spring.jpa.generate-ddl=true
#eureka.instance.hostname=${vcap.application.uris[0]:localhost}
#eureka.instance.nonSecurePort=80
endpoints.shutdown.enabled=true
spring.jpa.generate-ddl=true