Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-823] Fix Database Tips for standalone deployment mode #826

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down