diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-10 23:18:47 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-10 23:18:47 +0200 |
commit | 2874742285909b5d98bc486bb874801cdafe6803 (patch) | |
tree | 174f26af1673ccce290d04ac87433964c9cd1842 /src/testing/test_bank_api_nexus.conf | |
parent | d02ec767798475784ef0f9eb5856a23db6b73de3 (diff) |
finally nexus bank starts via unified-setup
Diffstat (limited to 'src/testing/test_bank_api_nexus.conf')
-rw-r--r-- | src/testing/test_bank_api_nexus.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf index e20a33a98..94e422a8a 100644 --- a/src/testing/test_bank_api_nexus.conf +++ b/src/testing/test_bank_api_nexus.conf @@ -10,8 +10,5 @@ WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = exchange PASSWORD = x -[libeufin-nexus] -DB_CONNECTION="postgresql:///talercheck" - -[libeufin-sandbox] -DB_CONNECTION="postgresql:///talercheck" +[libeufin-bankdb-postgres] +CONFIG="postgresql:///talercheck" |