gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -update to new config structure


From: gnunet
Subject: [taler-anastasis] branch master updated: -update to new config structure
Date: Tue, 03 Aug 2021 21:37:37 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 43168eb  -update to new config structure
43168eb is described below

commit 43168eb100107b4db1281f6311427f4398dab101
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 3 21:37:34 2021 +0200

    -update to new config structure
---
 contrib/Makefile.am                 | 2 ++
 src/cli/test_reducer.conf           | 2 ++
 src/testing/test_anastasis_api.conf | 5 +++--
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 33ec99e..35f2bf6 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -8,6 +8,8 @@ pkgdatadir= $(prefix)/share/anastasis/
 EXTRA_DIST = \
   $(pkgdata_DATA) \
   pogen.sh \
+  contrib/uncrustify.cfg \
+  contrib/uncrustify_precommit \
   gana.sh \
   gana-update.sh \
   microhttpd.tag
diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf
index a4baaed..f2a5efd 100644
--- a/src/cli/test_reducer.conf
+++ b/src/cli/test_reducer.conf
@@ -90,6 +90,8 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years
 PAYTO_URI = payto://x-taler-bank/localhost/Exchange
 enable_debit = yes
 enable_credit = yes
+
+[exchange-accountcredentials-1]
 WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/";
 WIRE_GATEWAY_AUTH_METHOD = basic
 USERNAME = Exchange
diff --git a/src/testing/test_anastasis_api.conf 
b/src/testing/test_anastasis_api.conf
index 5abd0db..65c05b3 100644
--- a/src/testing/test_anastasis_api.conf
+++ b/src/testing/test_anastasis_api.conf
@@ -215,12 +215,13 @@ CONFIG = "postgres:///talercheck"
 [exchange-account-exchange]
 # What is the exchange's bank account (with the "Taler Bank" demo system)?
 PAYTO_URI = "payto://x-taler-bank/localhost:8082/2"
+ENABLE_DEBIT = YES
+ENABLE_CREDIT = YES
 
+[exchange-accountcredentials-exchange]
 WIRE_GATEWAY_URL = "http://localhost:8082/2/";
 WIRE_GATEWAY_AUTH_METHOD = NONE
 
-ENABLE_DEBIT = YES
-ENABLE_CREDIT = YES
 
 
 [coin_eur_ct_1]

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