This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push: new c191804189 [INLONG-823] Fix Database Tips for standalone deployment mode (#826) c191804189 is described below commit c1918041890fa1b76e27234c6b5a3ba429d4bf16 Author: EpicMo <1982742...@qq.com> AuthorDate: Mon Aug 14 10:59:11 2023 +0800 [INLONG-823] Fix Database Tips for standalone deployment mode (#826) --- docs/deployment/standalone.md | 2 +- .../docusaurus-plugin-content-docs/current/deployment/standalone.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/standalone.md b/docs/deployment/standalone.md index 10cdd3f46c..1ae41ede58 100644 --- a/docs/deployment/standalone.md +++ b/docs/deployment/standalone.md @@ -39,7 +39,7 @@ In `conf/inlong.conf`, configure the parameters according to the actual situatio local_ip= # message queue: pulsar or kafka mq_type=pulsar -# Configure Database, MySQL or PostgreSQL +# Configure Database, requires MySQL spring_datasource_hostname= spring_datasource_port=3306 spring_datasource_username=root diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md index 7a90180f2b..7c72553536 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md @@ -39,7 +39,7 @@ inlong-tubemq-manager/lib/ local_ip= # 消息队列服务: pulsar 或者 kafka mq_type=pulsar -# 数据库配置,MySQL 或者 PostgreSQL +# 数据库配置,需要使用 MySQL spring_datasource_hostname= spring_datasource_port=3306 spring_datasource_username=root