diff test-data/test_credentials_false.json @ 0:713502c9a98f draft default tip

planemo upload for repository https://github.com/jw44lavo/galaxy-tools/blob/bgo/tools/lambdaminer/ commit 3f45cd07445498cefa73931cadf3d1115245ca1e
author ufz
date Mon, 17 Mar 2025 20:35:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test_credentials_false.json	Mon Mar 17 20:35:10 2025 +0000
@@ -0,0 +1,12 @@
+{
+    "dialect" : "postgresql",
+    "host":"172.17.0.1",
+    "port":5432,
+    "database":"lmdb",
+    "schema":"public",
+    "user":"lmdb_rw",
+    "password":"THIS-IS-THE-WRONG-PASSWORD",
+    "parameters":{
+        "sslmode":"disable"
+    }
+}
\ No newline at end of file