commit 744031ef89e1c0fec471fa52e199326e09596b47
parent 467eda6e5ffa361862e7e587524b030a8183fb07
Author: MS <ms@taler.net>
Date: Wed, 17 May 2023 14:09:47 +0200
Removing obsolete DB setup for tests.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/nexus/build.gradle b/nexus/build.gradle
@@ -111,10 +111,6 @@ test {
testLogging.showStandardStreams = false
environment.put("LIBEUFIN_SANDBOX_ADMIN_PASSWORD", "foo")
environment.put("LIBEUFIN_CASHOUT_TEST_TAN", "foo")
- environment.put(
- "LIBEUFIN_NEXUS_DB_CONNECTION",
- "jdbc:postgresql://localhost:5432/libeufincheck?user=${System.properties["user.name"]}"
- )
}
application {