taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 55b6b51270155fa16af311559c4b96bdb2b08cfb
parent 435cc9bbb2cd71ec27f46887c478ba52c774272f
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 10 Jul 2017 12:04:38 +0200

provide exchange user/pass to authenticate @ the bank

Diffstat:
Mconfig/generate-config | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/generate-config b/config/generate-config @@ -145,6 +145,9 @@ def config(currency, envname, exchange_pub, standalone): cfg_put("exchange-wire-test", "closing-fee-2024", currency + ":" + "0.07") cfg_put("exchange-wire-test", "closing-fee-2025", currency + ":" + "0.08") + cfg_put("exchange-wire-test", "username", "Exchange") + cfg_put("exchange-wire-test", "password", "x") + # how long is one signkey valid? cfg_put("exchange_keys", "signkey_duration", "18 weeks")