Set NATS configuration defaults
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
9538871382
commit
a055514612
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ delta_temperature_heat = 0.1
|
||||||
uuid = "00000000-0000-0000-0000-000000000000"
|
uuid = "00000000-0000-0000-0000-000000000000"
|
||||||
|
|
||||||
[nats]
|
[nats]
|
||||||
url = "nats://nats.service.consul:4222"
|
servers = ["nats.service.consul:4222"]
|
||||||
|
username = "fermentord"
|
||||||
|
password = ""
|
||||||
stream = "DWJONDAHL"
|
stream = "DWJONDAHL"
|
||||||
|
|
||||||
[nats.subject]
|
[nats.subject]
|
||||||
|
|
Loading…
Reference in a new issue