6 lines
135 B
Bash
6 lines
135 B
Bash
NATS_URL=nats://localhost:4222
|
|
DURABLE={{ queue_name }}
|
|
SUBJECT="barker.print"
|
|
STREAM="barker_print_stream"
|
|
ADDRESS={{ printer_port }}
|