[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: -fix config
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: -fix config |
Date: |
Sun, 15 Dec 2024 13:03:41 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis-gtk.
The following commit(s) were added to refs/heads/master by this push:
new 51c21f7 -fix config
51c21f7 is described below
commit 51c21f746494ed1d4637b665ea0a1536ffed532c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 15 13:03:38 2024 +0100
-fix config
---
src/testing/test_reducer.conf | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/testing/test_reducer.conf b/src/testing/test_reducer.conf
index bc54f5c..9bde522 100644
--- a/src/testing/test_reducer.conf
+++ b/src/testing/test_reducer.conf
@@ -5,11 +5,8 @@ TALER_CONFIG_HOME = $TALER_HOME/.config/taler/
TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/
-[taler]
-CURRENCY = TESTKUDOS
-CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
-
[anastasis]
+CURRENCY = TESTKUDOS
DB = postgres
ANNUAL_FEE = TESTKUDOS:0
# 4.99
@@ -30,6 +27,8 @@ ENABLED = yes
[exchange]
+CURRENCY = TESTKUDOS
+CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
MAX_KEYS_CACHING = forever
DB = postgres
MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-anastasis-gtk] branch master updated: -fix config,
gnunet <=