commit 3d0e40a93b13939656c9681e06afd5dc4cb6cd13
parent 7071fcea393f3e066bdc593715f7d65018da3fe5
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 8 Mar 2017 01:35:52 +0100
new syntax for enabling wire formats
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/generate-config b/config/generate-config
@@ -99,7 +99,6 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("exchange", "unixpath", "$HOME/sockets/exchange.http")
cfg_put("exchange", "master_public_key", exchange_pub)
- cfg_put("exchange", "wireformat", "test")
cfg_put("exchange", "MASTER_PRIV_FILE", "${TALER_DEPLOYMENT_SHARED}/exchange/offline-keys/master.priv")
cfg_put("exchange", "keydir", "${TALER_DEPLOYMENT_SHARED}/exchange/live-keys/")
@@ -117,6 +116,7 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("exchange-wire-outgoing-test", "bank_uri", "https://bank.{}.taler.net/".format(envname))
cfg_put("exchange-wire-outgoing-test", "bank_account_number", "1")
cfg_put("exchange-wire-outgoing-test", "exchange_account_number", "2")
+ cfg_put("exchange-wire-outgoing-test", "enable", "yes")
# how long is one signkey valid?
cfg_put("exchange_keys", "signkey_duration", "18 weeks")