a298417b9e
This reverts commit 04edd4d6fd.
29 lines
505 B
YAML
29 lines
505 B
YAML
quarkus:
|
|
http:
|
|
port: 8082
|
|
grpc:
|
|
server:
|
|
use-separate-server: false
|
|
application:
|
|
name: rule-service
|
|
|
|
nowchess:
|
|
internal:
|
|
secret: ${INTERNAL_SECRET:123abc}
|
|
|
|
"%deployed":
|
|
quarkus:
|
|
log:
|
|
console:
|
|
json: true
|
|
otel:
|
|
traces:
|
|
sampler: parentbased_traceidratio
|
|
sampler-arg: 0.1
|
|
exporter:
|
|
otlp:
|
|
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://localhost:4317}
|
|
nowchess:
|
|
internal:
|
|
secret: ${INTERNAL_SECRET}
|