7117a93376
Build & Test (NowChessSystems) TeamCity build finished
Co-authored-by: Janis <janis-e@gmx.de> Reviewed-on: #59
46 lines
898 B
YAML
46 lines
898 B
YAML
quarkus:
|
|
http:
|
|
port: 8088
|
|
application:
|
|
name: nowchess-official-bots
|
|
redis:
|
|
hosts: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
|
|
rest-client:
|
|
account-service:
|
|
url: http://localhost:8083
|
|
smallrye-jwt:
|
|
enabled: true
|
|
log:
|
|
level: INFO
|
|
|
|
nowchess:
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
prefix: nowchess
|
|
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}
|
|
rest-client:
|
|
account-service:
|
|
url: ${ACCOUNT_SERVICE_URL}
|
|
nowchess:
|
|
redis:
|
|
host: ${REDIS_HOST:localhost}
|
|
port: ${REDIS_PORT:6379}
|
|
prefix: ${REDIS_PREFIX:nowchess}
|
|
internal:
|
|
secret: ${INTERNAL_SECRET}
|