gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: exchange base_url


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: exchange base_url in config
Date: Wed, 19 Jul 2017 10:42:03 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 73f1be4  exchange base_url in config
73f1be4 is described below

commit 73f1be460a27f2998e2a299204e6986443b5c486
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jul 19 10:41:43 2017 +0200

    exchange base_url in config
---
 config/generate-config | 1 +
 1 file changed, 1 insertion(+)

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)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]