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: Give real user/pa


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Give real user/pass to the exchange.
Date: Tue, 12 Jun 2018 19:53:21 +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 0c632cb  Give real user/pass to the exchange.
0c632cb is described below

commit 0c632cb45a9af41cc5633d662c32068e31c26816
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 12 19:53:08 2018 +0200

    Give real user/pass to the exchange.
---
 config/generate-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 2ab0b30..a6ed286 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -163,8 +163,8 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("account-1", "wire_response", 
"${TALER_DEPLOYMENT_SHARED}/exchange/wire/test.json")
     cfg_put("account-1", "plugin", "taler_bank")
     cfg_put("account-1", "taler_bank_auth_method", "basic")
-    cfg_put("account-1", "username", "user")
-    cfg_put("account-1", "password", "pass")
+    cfg_put("account-1", "username", "Exchange")
+    cfg_put("account-1", "password", "x")
     cfg_put("account-1", "enable_debit", "yes")
     cfg_put("account-1", "enable_credit", "yes")
 

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



reply via email to

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