fistful-server/test/machinegun/config.yaml
Артем 4826c5db66
FF-175: P2P templates (#223)
* started p2p templates

* fixed

* fixed validation p2p template creation

* refactored

* added eventsink

* added p2p template handler

* added p2p template tests

* added p2p template create and get api

* updated swag

* updated proto, fixed tests, fixed dyalizer

* added block, create p2p methods

* fixed

* added auth to p2p template ops [WIP]

* added tests

* fixed

* minor

* fixed tests

* added requested changes

* added tests

* fixed

* fixed

* fixed

* minor

* fixed linter

* updated proto

* added part of requested changes

* added part of fixes

* fixed

* fixed

* added requested changes

* fixed

* fixed

* added quote test

* fixed

* fixed test

* updated swag

* added template quote

* fixed

* fixed

* fixed
2020-06-23 00:25:34 +03:00

121 lines
3.3 KiB
YAML

service_name: machinegun
erlang:
secret_cookie_file: "/opt/machinegun/etc/cookie"
namespaces:
# Hellgate
invoice:
processor:
url: http://hellgate:8022/v1/stateproc/invoice
party:
processor:
url: http://hellgate:8022/v1/stateproc/party
domain-config:
processor:
url: http://dominant:8022/v1/stateproc
# Identification
identity:
processor:
url: http://identification:8022/v1/stateproc/identity
identity-claim:
processor:
url: http://identification:8022/v1/stateproc/identity-claim
# Fistful
ff/identity:
event_sinks:
machine:
type: machine
machine_id: ff/identity
processor:
url: http://fistful-server:8022/v1/stateproc/ff/identity
ff/wallet_v2:
event_sinks:
machine:
type: machine
machine_id: ff/wallet_v2
processor:
url: http://fistful-server:8022/v1/stateproc/ff/wallet_v2
ff/source_v1:
event_sinks:
machine:
type: machine
machine_id: ff/source_v1
processor:
url: http://fistful-server:8022/v1/stateproc/ff/source_v1
ff/deposit_v1:
event_sinks:
machine:
type: machine
machine_id: ff/deposit_v1
processor:
url: http://fistful-server:8022/v1/stateproc/ff/deposit_v1
ff/destination_v2:
event_sinks:
machine:
type: machine
machine_id: ff/destination_v2
processor:
url: http://fistful-server:8022/v1/stateproc/ff/destination_v2
ff/withdrawal_v2:
event_sinks:
machine:
type: machine
machine_id: ff/withdrawal_v2
processor:
url: http://fistful-server:8022/v1/stateproc/ff/withdrawal_v2
ff/withdrawal/session_v2:
event_sinks:
machine:
type: machine
machine_id: ff/withdrawal/session_v2
processor:
url: http://fistful-server:8022/v1/stateproc/ff/withdrawal/session_v2
ff/p2p_transfer_v1:
event_sinks:
machine:
type: machine
machine_id: ff/p2p_transfer_v1
processor:
url: http://fistful-server:8022/v1/stateproc/ff/p2p_transfer_v1
ff/p2p_transfer/session_v1:
event_sinks:
machine:
type: machine
machine_id: ff/p2p_transfer/session_v1
processor:
url: http://fistful-server:8022/v1/stateproc/ff/p2p_transfer/session_v1
ff/w2w_transfer_v1:
event_sinks:
machine:
type: machine
machine_id: ff/w2w_transfer_v1
processor:
url: http://fistful-server:8022/v1/stateproc/ff/w2w_transfer_v1
ff/p2p_template_v1:
event_sinks:
machine:
type: machine
machine_id: ff/p2p_template_v1
processor:
url: http://fistful-server:8022/v1/stateproc/ff/p2p_template_v1
ff/sequence:
processor:
url: http://fistful-server:8022/v1/stateproc/ff/sequence
ff/external_id:
processor:
url: http://fistful-server:8022/v1/stateproc/ff/external_id
# Bender
bender_generator:
processor:
url: http://bender:8022/v1/stateproc/bender_generator
bender_sequence:
processor:
url: http://bender:8022/v1/stateproc/bender_sequence
storage:
type: memory