Files
NowChessSystems/modules/rule/src/main/resources/application.yml
T

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}