gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: apikey


From: gnunet
Subject: [taler-deployment] branch master updated: apikey
Date: Mon, 27 Jul 2020 11:04:20 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6231113  apikey
6231113 is described below

commit 6231113d8c531fe60ee6bbf01119a80493e66bce
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 27 11:04:16 2020 +0200

    apikey
---
 bin/taler-config-tips | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index 1feca5d..ef0dad7 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -2,15 +2,18 @@
 
 set -eu
 
-MERCHANT_URL=$(taler-config -s frontends -o backend)
+MERCHANT_URL=http://localhost:9999/
+# MERCHANT_URL=$(taler-config -s frontends -o backend)
 CURRENCY=$(taler-config -s taler -o currency)
 EXCHANGE_URL=$(taler-config -s exchange -o base_url)
 WIRE_METHOD="x-taler-bank"
+APIKEY=$(taler-config -s frontends -o apikey)
 
 # Call merchant tool for reserve authorization.
 taler-merchant-setup-reserve --amount="${CURRENCY}:50" \
                              --exchange-url=${EXCHANGE_URL} \
                              --merchant-url=${MERCHANT_URL} \
-                             --wire-method=${WIRE_METHOD}
+                             --wire-method=${WIRE_METHOD} \
+                            --apikey=${APIKEY}
 
 # Call exchange tool for money transfer.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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