Files
NowChessSystems/modules/io/src/main/resources/application.yml
T
2026-05-12 22:14:07 +02:00

43 lines
848 B
YAML

quarkus:
http:
port: 8081
auth:
permission:
metrics:
paths:
- /q/metrics
- /q/health/*
policy: permit
grpc:
server:
use-separate-server: false
application:
name: nowchess-io
smallrye-openapi:
info-title: NowChess IO Service
info-version: 1.0.0
info-description: Chess notation import and export — FEN and PGN
path: /openapi
swagger-ui:
path: /swagger-ui
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}