taler-deployment

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

commit 73f1be460a27f2998e2a299204e6986443b5c486
parent bb9ac5aaf83c4584be2f84c5dc12c23d7c0022e2
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 19 Jul 2017 10:41:43 +0200

exchange base_url in config

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

diff --git a/config/generate-config b/config/generate-config @@ -100,6 +100,7 @@ def config(currency, envname, exchange_pub, standalone): cfg_put("auditor", "auditor_priv_file", "${TALER_DEPLOYMENT_SHARED}/auditor/offline-keys/auditor.priv") + cfg_put("exchange", "base_url", "https://exchange.{}.taler.net/".format(envname)) cfg_put("exchange", "serve", "unix") cfg_put("exchange", "unixpath", "$HOME/sockets/exchange.http") cfg_put("exchange", "master_public_key", exchange_pub)