aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_kyc_api.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-16 17:48:26 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-16 17:48:26 +0100
commit800279788f6a6c3ee0a4912ed6e0331017537298 (patch)
tree2580d5e107edb80173f103e1c4f2c37ff8f95561 /src/testing/test_kyc_api.conf
parent0cafdf5efce0a115753e4109c657b4532900ab03 (diff)
adapt merchant to taler-config splitHEADmaster
Diffstat (limited to 'src/testing/test_kyc_api.conf')
-rw-r--r--src/testing/test_kyc_api.conf19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index ff3a80e0..c10fb4f0 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -3,10 +3,6 @@
[PATHS]
TALER_TEST_HOME = test_merchant_api_home/
-[taler]
-CURRENCY = EUR
-CURRENCY_ROUND_UNIT = EUR:0.01
-
[merchant-exchange-kudos]
DISABLED = YES
@@ -28,19 +24,28 @@ DB = postgres
# This specifies which database the postgres backend uses.
[merchantdb-postgres]
CONFIG = postgres:///talercheck
-SQL_DIR = $DATADIR/sql/merchant/
+SQL_DIR = ${DATADIR}sql/
[merchant-exchange-test]
-MASTER_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
+MASTER_KEY = KHA6YSPRQV1ZFCF144SY8KJNR588XA8DA0F6510FKJW30DJFJNAG
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = EUR
+[auditor]
+BASE_URL = "http://localhost:8083/"
+AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv
+DB = postgres
+PUBLIC_KEY = A29P1DRGXVTJZV1HFG251QPAW3ZTC681ZJWXB1T0RWGPE2HQSGZG
+TALER_AUDITOR_SALT = test
+
[auditordb-postgres]
CONFIG = postgres:///talercheck
[exchange]
+CURRENCY = EUR
+CURRENCY_ROUND_UNIT = EUR:0.01
PORT = 8081
-MASTER_PUBLIC_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
+MASTER_PUBLIC_KEY = KHA6YSPRQV1ZFCF144SY8KJNR588XA8DA0F6510FKJW30DJFJNAG
BASE_URL = "http://localhost:8081/"
STEFAN_ABS = "EUR:5"
ENABLE_KYC = YES