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

[incubator-hugegraph-doc] branch master updated: chore: fix ssl mode & conf path (#275)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d099b03a chore: fix ssl mode & conf path (#275)
d099b03a is described below

commit d099b03ac7cb8dfbc5242e02d5b4b34397cd8ff6
Author: Liu Xiao <42...@users.noreply.github.com>
AuthorDate: Wed Jun 21 14:48:04 2023 +0800

    chore: fix ssl mode & conf path (#275)
    
    * fix ssl mode
    
    * fix path
---
 content/cn/docs/config/config-guide.md                                 | 2 +-
 content/cn/docs/contribution-guidelines/hugegraph-server-idea-setup.md | 2 +-
 content/en/docs/config/config-guide.md                                 | 2 +-
 content/en/docs/contribution-guidelines/hugegraph-server-idea-setup.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/cn/docs/config/config-guide.md b/content/cn/docs/config/config-guide.md
index 3733e0cc..d50f8d32 100644
--- a/content/cn/docs/config/config-guide.md
+++ b/content/cn/docs/config/config-guide.md
@@ -253,7 +253,7 @@ cassandra.password=
 #jdbc.password=
 #jdbc.reconnect_max_times=3
 #jdbc.reconnect_interval=3
-#jdbc.sslmode=false
+#jdbc.ssl_mode=false
 
 # postgresql & cockroachdb backend config
 #jdbc.driver=org.postgresql.Driver
diff --git a/content/cn/docs/contribution-guidelines/hugegraph-server-idea-setup.md b/content/cn/docs/contribution-guidelines/hugegraph-server-idea-setup.md
index 46757337..b2a9f10d 100644
--- a/content/cn/docs/contribution-guidelines/hugegraph-server-idea-setup.md
+++ b/content/cn/docs/contribution-guidelines/hugegraph-server-idea-setup.md
@@ -48,7 +48,7 @@ rocksdb.wal_path=.
 
 - 在 `Use classpath of module` 中选择 `hugegraph-dist`
 - 将 `Main class` 设置为 `org.apache.hugegraph.cmd.InitStore`
-- 设置运行参数为 `conf/graphs/hugegraph.properties`,这里的路径是相对于工作路径的,需要将工作路径设置为 `path-to-your-directory`
+- 设置运行参数为 `conf/rest-server.properties`,这里的路径是相对于工作路径的,需要将工作路径设置为 `path-to-your-directory`
 
 配置完成后运行,如果运行成功,将会输出以下类似运行日志:
 
diff --git a/content/en/docs/config/config-guide.md b/content/en/docs/config/config-guide.md
index c2eaaf7f..8750c34f 100644
--- a/content/en/docs/config/config-guide.md
+++ b/content/en/docs/config/config-guide.md
@@ -251,7 +251,7 @@ cassandra.password=
 #jdbc.password=
 #jdbc.reconnect_max_times=3
 #jdbc.reconnect_interval=3
-#jdbc.sslmode=false
+#jdbc.ssl_mode=false
 
 # postgresql & cockroachdb backend config
 #jdbc.driver=org.postgresql.Driver
diff --git a/content/en/docs/contribution-guidelines/hugegraph-server-idea-setup.md b/content/en/docs/contribution-guidelines/hugegraph-server-idea-setup.md
index 6da804dc..4cbe64da 100644
--- a/content/en/docs/contribution-guidelines/hugegraph-server-idea-setup.md
+++ b/content/en/docs/contribution-guidelines/hugegraph-server-idea-setup.md
@@ -48,7 +48,7 @@ Next, open the `Run/Debug Configurations` panel in IntelliJ IDEA and create a ne
 
 - Select `hugegraph-dist` as the `Use classpath of module`.
 - Set the `Main class` to `org.apache.hugegraph.cmd.InitStore`.
-- Set the program arguments to `conf/graphs/hugegraph.properties`. Note that the path here is relative to the working directory, so make sure to set the working directory to `path-to-your-directory`.
+- Set the program arguments to `conf/rest-server.properties`. Note that the path here is relative to the working directory, so make sure to set the working directory to `path-to-your-directory`.
 
 Once the configuration is completed, run it. If the execution is successful, the following runtime logs will be displayed: