590924254e
Reviewed-on: #40
25 lines
393 B
YAML
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
|