mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 10:55:22 +00:00
31 lines
882 B
YAML
31 lines
882 B
YAML
service_name: machinegun
|
|
namespaces:
|
|
invoice:
|
|
event_sink: payproc
|
|
processor:
|
|
url: http://hellgate:8022/v1/stateproc/invoice
|
|
invoice_template:
|
|
event_sink: payproc
|
|
processor:
|
|
url: http://hellgate:8022/v1/stateproc/invoice_template
|
|
customer:
|
|
event_sink: payproc
|
|
processor:
|
|
url: http://hellgate:8022/v1/stateproc/customer
|
|
recurrent_paytools:
|
|
event_sink: recurrent_paytools
|
|
processor:
|
|
url: http://hellgate:8022/v1/stateproc/recurrent_paytools
|
|
party:
|
|
event_sink: payproc
|
|
processor:
|
|
url: http://hellgate:8022/v1/stateproc/party
|
|
domain-config:
|
|
processor:
|
|
url: http://dominant:8022/v1/stateproc
|
|
sequences:
|
|
processor:
|
|
url: http://sequences:8022/v1/stateproc
|
|
storage:
|
|
type: memory
|