-
Notifications
You must be signed in to change notification settings - Fork 147
/
localdev.properties
36 lines (36 loc) · 1.57 KB
/
localdev.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
spring.data.mongodb.authentication-database=admin
spring.data.mongodb.host=http://localhost
spring.data.mongodb.port=27017
spring.data.mongodb.username=root
spring.data.mongodb.password=pass12345
candidate=localhost:9000
master.primary=localhost:9100
master.secondary=localhost:9200
responseMode=primary
service.protocol=http
allowHttpSideEffects=true
serviceName=Localdev Sample Service
proxy.port=8880
server.port=8888
rootUrl=localhost:8888
otel.javaagent.debug=false
otel.metrics.exporter=none
otel.exporter.oltp.traces.protocol=http
otel.exporter.jaeger.traces.protocol=http
otel.traces.exporter=jaeger
otel.exporter.jaeger.endpoint=http://localhost:14250
otel.exporter.jaeger.traces.endpoint=http://localhost:14250
otel.resource.attributes=service.name=diffy
spring.application.name=diffy
logging.level.web=INFO
logging.level.io.opentelemetry=WARN
logging.level.root=INFO
logging.file.name=data/logs/diffy.log
logging.file.max-size=10MB
logging.file.max-history=1
logging.file.clean-history-on-start=true
logging.pattern.console=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([diffy,%X{trace_id},%X{span_id}]) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m %n%wEx
logging.pattern.file=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr([diffy,%X{trace_id},%X{span_id}]) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m %n%wEx
spring.mongodb.embedded.version=4.4.13
dockerComposeLocal=true
management.endpoints.web.exposure.include=health,info,prometheus