yurake/k8s-3tier-webapp

View on GitHub
application/consumer-redis-quarkus/src/main/resources/application.properties

Summary

Maintainability
Test Coverage
# Configuration file
# key = value

# log
quarkus.log.console.enable=true
quarkus.log.console.format=%d{HH:mm:ss} %-5p [%c{2.}] (%t) %s%e%n
quarkus.log.console.level=DEBUG
quarkus.log.console.color=true
quarkus.log.category."io.quarkus".level=INFO

# Opentracing
quarkus.jaeger.service-name=consumer-redis-quarkus
quarkus.jaeger.sampler-type=const
quarkus.jaeger.sampler-param=1
quarkus.jaeger.agent-host-port=jaeger-agent:6831
%test.quarkus.jaeger.enabled=false

# message
common.message=Hello k8s-3tier-webapp with quarkus

# redis
%prod.quarkus.redis.hosts=redis://redis:6379
redis.channel=pubsub

# rest client.
random/mp-rest/url=http://randompublish-quarkus:8080
%test.random/mp-rest/url=http://localhost:8081
random/mp-rest/scope=javax.inject.Singleton