summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-17 18:09:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-17 18:09:41 +0100
commitac8bf9dd8c5ae0601686e3a677bcb244aeee6bcf (patch)
treed1e2e1958c69070e4d0a393bf7fe00dd5e588684 /src/lib/test_exchange_api.conf
parent3b0c26d1517706beb91e5d91c4a0b0f3dac33172 (diff)
downloadexchange-ac8bf9dd8c5ae0601686e3a677bcb244aeee6bcf.tar.gz
exchange-ac8bf9dd8c5ae0601686e3a677bcb244aeee6bcf.tar.bz2
exchange-ac8bf9dd8c5ae0601686e3a677bcb244aeee6bcf.zip
configs for twister
Diffstat (limited to 'src/lib/test_exchange_api.conf')
-rw-r--r--src/lib/test_exchange_api.conf18
1 files changed, 4 insertions, 14 deletions
diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf
index aa95f1bcc..291e0a0e0 100644
--- a/src/lib/test_exchange_api.conf
+++ b/src/lib/test_exchange_api.conf
@@ -1,18 +1,10 @@
-
# This file is in the public domain.
#
+
[PATHS]
# Persistant data storage for the testcase
TALER_TEST_HOME = test_exchange_api_home/
-# Persistant data storage
-TALER_DATA_HOME = $TALER_HOME/.local/share/taler/
-
-# Configuration files
-TALER_CONFIG_HOME = $TALER_HOME/.config/taler/
-
-# Cached data, no big deal if lost
-TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
[taler]
# Currency supported by the exchange (can only be one)
@@ -52,9 +44,11 @@ BASE_URL = "http://localhost:8081/"
# Keep it short so the test runs fast.
LOOKAHEAD_SIGN = 12 h
+
[exchangedb-postgres]
CONFIG = "postgres:///talercheck"
+
[auditordb-postgres]
CONFIG = "postgres:///talercheck"
@@ -77,6 +71,7 @@ WIRE_GATEWAY_URL = "http://localhost:9081/42/"
# ENABLE_CREDIT = YES
+
[account-2]
# What is the bank account (with the "Taler Bank" demo system)?
URL = "payto://x-taler-bank/localhost/2"
@@ -93,11 +88,6 @@ METHOD = x-taler-bank
WIRE_GATEWAY_URL = "http://localhost:9081/2/"
-# Authentication information for basic authentication
-TALER_BANK_AUTH_METHOD = "basic"
-USERNAME = user
-PASSWORD = pass
-
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES