commit c53be1b1571c7b662e6166f7b1497f1faf4a7b3d parent 89bb71cb184c1051577e82eda939867b53204b96 Author: Antoine A <> Date: Mon, 21 Oct 2024 21:46:53 +0200 test: improve libeufin-bank config Diffstat:
5 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf @@ -36,6 +36,7 @@ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX SERVE = tcp PORT = 8082 +PWD_HASH_CONFIG = { "cost": 4 } [libeufin-bankdb-postgres] CONFIG = postgresql:///auditor-basedb @@ -89,6 +90,7 @@ REGISTRATION_BONUS = TESTKUDOS:100 SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ SERVE = tcp PORT = 8082 +PWD_HASH_CONFIG = { "cost": 4 } [auditor] BASE_URL = http://localhost:8083/ diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf @@ -95,6 +95,7 @@ RAM_LIMIT=10000000 [libeufin-bank] CURRENCY = EUR +PWD_HASH_CONFIG = { "cost": 4 } [libeufin-nexus] DB_CONNECTION="postgresql:///talercheck" diff --git a/src/testing/test-taler-exchange-wirewatch-postgres.conf b/src/testing/test-taler-exchange-wirewatch-postgres.conf @@ -66,6 +66,7 @@ REGISTRATION_BONUS = EUR:100 SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ SERVE = tcp PORT = 8082 +PWD_HASH_CONFIG = { "cost": 4 } # Need at least one coin, otherwise Exchange # refuses to start. diff --git a/src/testing/test_bank_api.conf b/src/testing/test_bank_api.conf @@ -21,3 +21,4 @@ REGISTRATION_BONUS = EUR:100 SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ SERVE = tcp PORT = 8082 +PWD_HASH_CONFIG = { "cost": 4 } diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf @@ -15,6 +15,7 @@ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX SERVE = tcp PORT = 8082 +PWD_HASH_CONFIG = { "cost": 4 } [libeufin-bankdb-postgres] CONFIG = postgresql:///talercheck