Use receiver names from config (#34)

* Use common configuration format of 'receiver_name' -> 'receiver_config'

* Adjust receiver configuration files
This commit is contained in:
Thomas Gruber
2022-02-21 12:45:08 +01:00
committed by GitHub
parent 435528fa97
commit ea5b3bdbd6
5 changed files with 52 additions and 46 deletions

View File

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