quarkus: http: port: 8081 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}