forked from unamanic/bootiful-pcfdev-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.properties
54 lines (31 loc) · 1.54 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
debug=true
spring.sleuth.sampler.percentage=1.0
info.id=${spring.application.name}
server.port=${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}
#spring.zipkin.base-url=http://${DOCKER_IP}:9411
spring.zipkin.base-url=http://localhost:9411/
endpoints.shutdown.enabled=true
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
eureka.instance.hostname=localhost
#eureka.instance.nonSecurePort=80
endpoints.shutdown.enabled=true
spring.jpa.generate-ddl=true
## Rabbit specific binder bits
# spring.cloud.stream.binder.rabbit.default.default-delivery-mode=persistent
# spring.cloud.stream.binder.rabbit.default.acknowledge-mode=manual
# spring.cloud.stream.binder.rabbit.default.durable-subscription=true
# spring.cloud.stream.binder.rabbit.default.transacted=true
# spring.cloud.stream.binder.rabbit.default.default-requeue-rejected=true
# spring.cloud.stream.binder.rabbit.default.auto-bind-dlq=true
# spring.cloud.stream.binder.rabbit.default.republish-to-dlq=true