You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by je...@apache.org on 2023/06/21 09:46:27 UTC

[incubator-hugegraph] branch master updated: collect option ssl_mode for hugegraph-test (#2235)

This is an automated email from the ASF dual-hosted git repository.

jermy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 324cbb2c1 collect option ssl_mode for hugegraph-test (#2235)
324cbb2c1 is described below

commit 324cbb2c1f19c6f70fa91cc3d70d3cdd39ce332a
Author: Liu Xiao <42...@users.noreply.github.com>
AuthorDate: Wed Jun 21 17:46:21 2023 +0800

    collect option ssl_mode for hugegraph-test (#2235)
---
 hugegraph-test/src/main/resources/hugegraph.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hugegraph-test/src/main/resources/hugegraph.properties b/hugegraph-test/src/main/resources/hugegraph.properties
index 9ca763a35..5999855d2 100644
--- a/hugegraph-test/src/main/resources/hugegraph.properties
+++ b/hugegraph-test/src/main/resources/hugegraph.properties
@@ -65,7 +65,7 @@ jdbc.password=******
 jdbc.forced_auto_reconnect=true
 jdbc.reconnect_max_times=3
 jdbc.reconnect_interval=3
-jdbc.sslmode=disable
+jdbc.ssl_mode=false
 
 # postgresql & cockroachdb backend config
 #jdbc.driver=org.postgresql.Driver