This commit is contained in:
Christian Grothoff 2020-01-16 20:41:41 +01:00
parent c20f6828ae
commit 6dcd37504a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ TINY_AMOUNT = TESTKUDOS:0.01
[account-1]
WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
url = payto://x-taler-bank/localhost:8082/2
plugin = taler_bank
METHOD = x-taler-bank
enable_debit = yes
enable_credit = yes
TALER_BANK_AUTH_METHOD = basic
@ -23,6 +23,7 @@ CONFIG = postgres:///taler-auditor-test
[taler]
CURRENCY = TESTKUDOS
CURRENCY_ROUNDING = TESTKUDOS:0.01
[bank]
DATABASE = postgres:///taler-auditor-test

View File

@ -295,7 +295,7 @@ TALER_TESTING_prepare_bank (const char *config_filename,
NULL, NULL, NULL,
"taler-bank-manage",
"taler-bank-manage",
"-c", "bank.conf",
"-c", "test_bank_api.conf",
"--with-db", database,
"django",
"flush",