mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-10 15:39:25 +00:00
fix processor type in configs
This commit is contained in:
+4
-4
@@ -58,14 +58,14 @@ routes:
|
|||||||
- type: string.create
|
- type: string.create
|
||||||
params:
|
params:
|
||||||
template: "hello"
|
template: "hello"
|
||||||
- type: router.output
|
- type: module.output
|
||||||
params:
|
params:
|
||||||
module: wsecho
|
module: wsecho
|
||||||
- type: string.encode
|
- type: string.encode
|
||||||
- type: router.output
|
- type: module.output
|
||||||
params:
|
params:
|
||||||
module: tcpout
|
module: tcpout
|
||||||
- type: router.output
|
- type: module.output
|
||||||
params:
|
params:
|
||||||
module: udpout
|
module: udpout
|
||||||
- input: ticker
|
- input: ticker
|
||||||
@@ -105,7 +105,7 @@ routes:
|
|||||||
params:
|
params:
|
||||||
subject: "test"
|
subject: "test"
|
||||||
payload: "hello"
|
payload: "hello"
|
||||||
- type: router.output
|
- type: module.output
|
||||||
params:
|
params:
|
||||||
module: natsout
|
module: natsout
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -18,6 +18,6 @@ routes:
|
|||||||
params:
|
params:
|
||||||
address: "{{.Payload.URL.Path}}"
|
address: "{{.Payload.URL.Path}}"
|
||||||
- type: osc.message.encode
|
- type: osc.message.encode
|
||||||
- type: router.output
|
- type: module.output
|
||||||
params:
|
params:
|
||||||
module: udp
|
module: udp
|
||||||
|
|||||||
Reference in New Issue
Block a user