summaryrefslogtreecommitdiff
path: root/nexus/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/build.gradle')
-rw-r--r--nexus/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/nexus/build.gradle b/nexus/build.gradle
index dafe94c6..39e896c5 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -105,6 +105,10 @@ 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 {