summaryrefslogtreecommitdiff
path: root/src/testing/test_bank_api_nexus.conf
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-12 22:10:00 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-12 22:10:00 +0200
commit0cd18a0f8f2545eb1212c504683a8a70007caa48 (patch)
treeb0b484085308961f44622c319209792589c21543 /src/testing/test_bank_api_nexus.conf
parent5b1fc2a9765465cf374b2feb7419a0e5200e4411 (diff)
downloadexchange-0cd18a0f8f2545eb1212c504683a8a70007caa48.tar.gz
exchange-0cd18a0f8f2545eb1212c504683a8a70007caa48.tar.bz2
exchange-0cd18a0f8f2545eb1212c504683a8a70007caa48.zip
clean up bank API, get test_bank_api_with_nexus to finally pass
Diffstat (limited to 'src/testing/test_bank_api_nexus.conf')
-rw-r--r--src/testing/test_bank_api_nexus.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf
index 94e422a8a..6fc97ee37 100644
--- a/src/testing/test_bank_api_nexus.conf
+++ b/src/testing/test_bank_api_nexus.conf
@@ -12,3 +12,17 @@ PASSWORD = x
[libeufin-bankdb-postgres]
CONFIG="postgresql:///talercheck"
+
+# libeufin doesn't search our config.d/currencies.conf
+# as it has a different resource path. Thus replicated
+# here.
+[currency-euro]
+ENABLED = YES
+name = "Euro"
+code = "EUR"
+decimal_separator = ","
+fractional_input_digits = 2
+fractional_normal_digits = 2
+fractional_trailing_zero_digits = 2
+is_currency_name_leading = NO
+alt_unit_names = {"0":"€"}