From 79c10fe02d5d6aa1a423a0b0fc86809097fff47a Mon Sep 17 00:00:00 2001 From: Evgeny Levenets Date: Tue, 27 Dec 2016 18:13:54 +0300 Subject: [PATCH] HG-128: bumped machinegun (#54) Bumped to https://github.com/rbkmoney/machinegun/commit/2c956c1172cf8f7b4a09512cd1571bdd4c57f1c1 --- docker-compose.sh | 2 +- test/machinegun/sys.config | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.sh b/docker-compose.sh index 2167da7..02ef75d 100755 --- a/docker-compose.sh +++ b/docker-compose.sh @@ -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 diff --git a/test/machinegun/sys.config b/test/machinegun/sys.config index d5936f9..57a54b0 100644 --- a/test/machinegun/sys.config +++ b/test/machinegun/sys.config @@ -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">>} } }} ]}