[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: remove unused/dead/duplicated op
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: remove unused/dead/duplicated options |
Date: |
Wed, 23 Aug 2023 21:30:40 +0200 |
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 a229f63b remove unused/dead/duplicated options
a229f63b is described below
commit a229f63b860de92ed1e306f4face59f2a57c9e65
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 23 21:30:35 2023 +0200
remove unused/dead/duplicated options
---
src/testing/setup.sh | 2 +-
src/testing/test_key_rotation.conf | 2 --
src/testing/test_template.conf | 2 --
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/testing/setup.sh b/src/testing/setup.sh
index 77c2258e..4bf03a32 100755
--- a/src/testing/setup.sh
+++ b/src/testing/setup.sh
@@ -16,7 +16,7 @@ function exit_cleanup()
if [ ! -z ${SETUP_PID+x} ]
then
echo "Killing taler-unified-setup ($SETUP_PID)" >&2
- kill -TERM "$SETUP_PID"
+ kill -TERM "$SETUP_PID" 2> /dev/null || true
wait
fi
}
diff --git a/src/testing/test_key_rotation.conf
b/src/testing/test_key_rotation.conf
index 988a5219..9e06992c 100644
--- a/src/testing/test_key_rotation.conf
+++ b/src/testing/test_key_rotation.conf
@@ -12,7 +12,6 @@ CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
[exchange]
MAX_KEYS_CACHING = forever
DB = postgres
-MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv
SERVE = tcp
UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
UNIXPATH_MODE = 660
@@ -69,7 +68,6 @@ UNIXPATH_MODE = 660
PORT = 8083
AUDITOR_URL = http://localhost:8083/
TINY_AMOUNT = TESTKUDOS:0.01
-AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv
BASE_URL = "http://localhost:8083/"
[bank]
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf
index ccef8c55..6aefabad 100644
--- a/src/testing/test_template.conf
+++ b/src/testing/test_template.conf
@@ -13,7 +13,6 @@ CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
AML_THRESHOLD = TESTKUDOS:1000000
MAX_KEYS_CACHING = forever
DB = postgres
-MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange-offline/master.priv
MASTER_PUBLIC_KEY = VH2C95R9J44JK7JC87GXBFFAEPGYBSRESH6Y6WG51HRB2ZV7KQW0
SERVE = tcp
UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
@@ -68,7 +67,6 @@ UNIXPATH_MODE = 660
PORT = 8083
AUDITOR_URL = http://localhost:8083/
TINY_AMOUNT = TESTKUDOS:0.01
-AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv
BASE_URL = "http://localhost:8083/"
[exchangedb]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: remove unused/dead/duplicated options,
gnunet <=