18 lines
318 B
YAML
18 lines
318 B
YAML
runtime:
|
|
shutdown_timeout_seconds: 15
|
|
|
|
metrics:
|
|
address: ":9405"
|
|
|
|
messaging:
|
|
driver: NATS
|
|
settings:
|
|
url_env: NATS_URL
|
|
host_env: NATS_HOST
|
|
port_env: NATS_PORT
|
|
username_env: NATS_USER
|
|
password_env: NATS_PASSWORD
|
|
broker_name: Discovery Service
|
|
max_reconnects: 10
|
|
reconnect_wait: 5
|