diff options
Diffstat (limited to 'src/benchmark/benchmark-common.conf')
-rw-r--r-- | src/benchmark/benchmark-common.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf index 89da0e4bd..94b3b643f 100644 --- a/src/benchmark/benchmark-common.conf +++ b/src/benchmark/benchmark-common.conf @@ -94,10 +94,16 @@ SERVE=http RAM_LIMIT=10000000 [libeufin-bank] +PORT = 8080 +WIRE_TYPE = iban +IBAN_PAYTO_BIC = SANDBOXXX CURRENCY = EUR PWD_HASH_CONFIG = { "cost": 4 } PWD_AUTH_COMPAT = yes +[libeufin-bankdb-postgres] +CONFIG = postgresql:///talercheck + [libeufin-nexus] DB_CONNECTION="postgresql:///talercheck" |