summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-19 10:41:43 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-19 10:41:43 +0200
commit73f1be460a27f2998e2a299204e6986443b5c486 (patch)
treee462b4d8d42fb2bfa5a6a97d371a869ee8780b1f /config
parentbb9ac5aaf83c4584be2f84c5dc12c23d7c0022e2 (diff)
downloaddeployment-73f1be460a27f2998e2a299204e6986443b5c486.tar.gz
deployment-73f1be460a27f2998e2a299204e6986443b5c486.tar.bz2
deployment-73f1be460a27f2998e2a299204e6986443b5c486.zip
exchange base_url in config
Diffstat (limited to 'config')
-rwxr-xr-xconfig/generate-config1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/generate-config b/config/generate-config
index f21cc4a..93a3e8a 100755
--- 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)