Files
NowChessSystems/modules/official-bots/src/main/resources/application.yml
T
Janis 4f1188fd0d
Build & Test (NowChessSystems) TeamCity build failed
feat: NCS-78 Add Traceability to the Applications
2026-05-09 20:52:18 +02:00

33 lines
594 B
YAML

quarkus:
http:
port: 8088
application:
name: nowchess-official-bots
redis:
hosts: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
smallrye-jwt:
enabled: true
log:
level: INFO
nowchess:
redis:
host: localhost
port: 6379
prefix: nowchess
"%deployed":
quarkus:
log:
console:
json: true
otel:
exporter:
otlp:
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://localhost:4317}
nowchess:
redis:
host: ${REDIS_HOST:localhost}
port: ${REDIS_PORT:6379}
prefix: ${REDIS_PREFIX:nowchess}