gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 06/06: fix test config file to work with 'make check'


From: gnunet
Subject: [taler-anastasis] 06/06: fix test config file to work with 'make check'
Date: Sat, 29 Aug 2020 14:03:07 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit 57b4438931fe2a38f3475067916435be6a5c8ecc
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Sat Aug 29 12:28:38 2020 +0200

    fix test config file to work with 'make check'
---
 src/lib/test_anastasis_api.conf | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/src/lib/test_anastasis_api.conf b/src/lib/test_anastasis_api.conf
index 560b005..93c6f06 100644
--- a/src/lib/test_anastasis_api.conf
+++ b/src/lib/test_anastasis_api.conf
@@ -15,11 +15,14 @@ TALER_CACHE_HOME = $TALER_TEST_HOME/.cache/taler/
 
 [taler]
 # What currency do we use?
+#currency = EUR
 currency = EUR
-CURRENCY_ROUND_UNIT = EUR:0.01
+#CURRENCY_ROUND_UNIT = EUR:0.01
+#CURRENCY_ROUND_UNIT = EUR:0.01
 
 [bank]
 HTTP_PORT = 8082
+#BASE_URL = https://bank.test.taler.net/
 
 ##########################################
 # Configuration for Anastasis #
@@ -37,10 +40,12 @@ DB = postgres
 PAYMENT_BACKEND_URL = http://localhost:8080/
 
 # Annual fee we charge.
+#ANNUAL_FEE = EUR:4.99
 ANNUAL_FEE = EUR:4.99
 #ANNUAL_FEE = EUR:0
 
 # Cost of authentication by question
+#QUESTION_COST = EUR:0
 QUESTION_COST = EUR:0
 
 # Upload limit
@@ -108,11 +113,21 @@ ACTIVE_default = YES
 [merchant-exchange-default]
 MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
 EXCHANGE_BASE_URL = http://localhost:8081/
+#MASTER_KEY = DY95EXAHQ2BKM2WK9YHZHYG1R7PPMMJPY14FNGP662DAKE35AKQG
+#EXCHANGE_BASE_URL = https://exchange.test.taler.net/
+#CURRENCY = EUR
 CURRENCY = EUR
 
+
+
 # only fixes skips.
 [auditor]
 BASE_URL = http://the.auditor/
+#BASE_URL = https://auditor.test.taler.net/
+#AUDITOR_KEY = DSDASDXAMDAARMNAD53ZA4AFAHA2QADAMAHHASWDAWXN84SDAA11
+# If currency does not match [TALER] section, the auditor
+# will be ignored!
+CURRENCY = EUR
 
 # Auditors must be in sections "auditor-", the rest of the section
 # name could be anything.
@@ -165,6 +180,7 @@ MASTER_PUBLIC_KEY = 
T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
 
 # Base URL of the exchange.
 BASE_URL = "http://localhost:8081/";
+#BASE_URL = https://exchange.test.taler.net/
 
 
 ##############################################################

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