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: add suggested exc


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add suggested exchange to test/demo
Date: Sat, 03 Jun 2017 14:58:30 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0757d9f  add suggested exchange to test/demo
0757d9f is described below

commit 0757d9fb52365e43ffda18fde929accae6ebd7b7
Author: Florian Dold <address@hidden>
AuthorDate: Sat Jun 3 14:58:27 2017 +0200

    add suggested exchange to test/demo
---
 config/generate-config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index ee9fd81..3a08ddf 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -61,6 +61,9 @@ def config(currency, envname, exchange_pub, standalone):
 
     if standalone:
         cfg_put("bank", "suggested_exchange", 
"https://env.taler.net/{}/exchange/".format(envname))
+    else:
+        cfg_put("bank", "suggested_exchange", 
"https://exchange.{}.taler.net/".format(envname))
+
 
     cfg_put("bank-admin", "uwsgi_serve", "unix")
     cfg_put("bank-admin", "uwsgi_unixpath", "$HOME/sockets/bank-admin.uwsgi")

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



reply via email to

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