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: provide exchange


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: provide exchange user/pass to authenticate @ the bank
Date: Mon, 10 Jul 2017 12:05:04 +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 55b6b51  provide exchange user/pass to authenticate @ the bank
55b6b51 is described below

commit 55b6b51270155fa16af311559c4b96bdb2b08cfb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 10 12:04:38 2017 +0200

    provide exchange user/pass to authenticate @ the bank
---
 config/generate-config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 3a08ddf..f114543 100755
--- 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")
 

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



reply via email to

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