summaryrefslogtreecommitdiff
path: root/src/testing/test_anastasis_api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_anastasis_api.conf')
-rw-r--r--src/testing/test_anastasis_api.conf14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/testing/test_anastasis_api.conf b/src/testing/test_anastasis_api.conf
index bde7ee1..5abd0db 100644
--- a/src/testing/test_anastasis_api.conf
+++ b/src/testing/test_anastasis_api.conf
@@ -183,11 +183,6 @@ MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
BASE_URL = "http://localhost:8081/"
#BASE_URL = https://exchange.test.taler.net/
-KEYDIR = ${TALER_DATA_HOME}/exchange/live-keys/
-
-REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/
-
-
# Network configuration for the normal API/service HTTP server
# serve via tcp socket (on PORT)
SERVE = tcp
@@ -201,6 +196,15 @@ MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv
SECM_TOFU_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/secm_tofus.pub
+[taler-exchange-secmod-eddsa]
+# Where do we store the generated private keys.
+KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-eddsa/keys
+
+[taler-exchange-secmod-rsa]
+# Where do we store the generated private keys.
+KEY_DIR = ${TALER_DATA_HOME}/exchange-secmod-rsa/keys
+
+
[exchangedb-postgres]
CONFIG = "postgres:///talercheck"