gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: instance setup in config is dead


From: gnunet
Subject: [taler-merchant] branch master updated: instance setup in config is dead
Date: Sun, 01 Nov 2020 15:57:24 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new da1f0d5  instance setup in config is dead
da1f0d5 is described below

commit da1f0d511cd532d0d58a1661f8b28d4185b3b284
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 1 15:57:22 2020 +0100

    instance setup in config is dead
---
 doc/config.sh | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/doc/config.sh b/doc/config.sh
index 6448b38..3809208 100755
--- a/doc/config.sh
+++ b/doc/config.sh
@@ -56,36 +56,6 @@ read
 echo 
 taler-config -s merchant -o wireformat -V TEST
 
-echo -n "Setting section [merchant-instance-default]<ENTER> "
-read
-echo 
-
-echo -ne "taler-config -s merchant-instance-default -o keyfile -V 
\${TALER_DATA_HOME}/key.priv\n\n\
-(The key will be dynamically generated once the backend starts)<ENTER> "
-read
-echo 
-taler-config -s merchant-instance-default -o keyfile -V 
'${TALER_DATA_HOME}/key.priv'
-
-echo -n "Setting section [merchant-instance-wireformat-default]<ENTER> "
-read
-echo 
-
-echo -n "taler-config -s merchant-instance-wireformat-default -o 
test_response_file -V \${TALER_DATA_HOME}/test.json<ENTER> "
-read
-echo 
-taler-config -s merchant-instance-wireformat-default -o test_response_file -V 
'${TALER_DATA_HOME}/test.json'
-
-sleep 1
-echo -ne "Generating test.json..\n\n"
-DEST=$(taler-config -s merchant-instance-wireformat-default -o 
test_response_file -f)
-echo '{
-  "type": "test",
-  "bank_uri": "https://bank.test.taler.net/";,
-  "sig": "MERCHANTSIGNATURE",
-  "account_number": 6,
-  "salt": "SALT"
-  }' > $DEST
-
 echo -n "Setting section [merchantdb-postgres]<ENTER> "
 read
 echo 

-- 
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]