Files
NowChessSystems/modules/core/src/test/resources/application.yml
T
2026-04-29 22:06:01 +02:00

25 lines
393 B
YAML

quarkus:
grpc:
clients:
rule-grpc:
host: localhost
port: 9082
io-grpc:
host: localhost
port: 9081
rest-client:
store-service:
url: http://localhost:8085
nowchess:
internal:
secret: test-secret
auth:
enabled: false
coordinator:
enabled: false
redis:
host: localhost
port: 6379
prefix: test-core