HG-128: bumped machinegun (#54)

Bumped to 2c956c1172
This commit is contained in:
Evgeny Levenets 2016-12-27 18:13:54 +03:00 committed by GitHub
parent dac53a5847
commit 79c10fe02d
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ services:
- machinegun
machinegun:
image: dr.rbkmoney.com/rbkmoney/machinegun:faa1156dd07a5cc72413616e3c73d48767654d3c
image: dr.rbkmoney.com/rbkmoney/machinegun:2c956c1172cf8f7b4a09512cd1571bdd4c57f1c1
command: /opt/machinegun/bin/machinegun foreground
volumes:
- ./test/machinegun/sys.config:/opt/machinegun/releases/0.1.0/sys.config

View File

@ -1,17 +1,17 @@
[
{mg_woody_api, [
{storage, mg_storage_test},
{storage, mg_storage_memory},
{namespaces, #{
<<"invoice">> => #{
url => <<"http://hellgate:8022/v1/stateproc/invoice">>,
processor => #{url => <<"http://hellgate:8022/v1/stateproc/invoice">>},
event_sink => <<"payproc">>
},
<<"party">> => #{
url => <<"http://hellgate:8022/v1/stateproc/party">>,
processor => #{url => <<"http://hellgate:8022/v1/stateproc/party">>},
event_sink => <<"payproc">>
},
<<"domain-config">> => #{
url => <<"http://dominant:8022/v1/stateproc">>
processor => #{url => <<"http://dominant:8022/v1/stateproc">>}
}
}}
]}