Adjust receiver configuration files

This commit is contained in:
Thomas Roehl 2022-02-14 13:05:20 +01:00
parent cd6901cee9
commit 76f30ea53d
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
[] {}

View File

@ -1,8 +1,8 @@
[ {
{ "natsrecv" : {
"type": "nats", "type": "nats",
"address": "nats://my-url", "address": "nats://my-url",
"port" : "4222", "port" : "4222",
"database": "testcluster" "database": "testcluster"
} }
] }