Skip to content

Commit

Permalink
feature:add oceanbase support
Browse files Browse the repository at this point in the history
  • Loading branch information
xxsc0529 committed Jul 22, 2024
1 parent 9d71546 commit 2453517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/inlong.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# local IP
local_ip=127.0.0.1
# message queue: pulsar or kafka or tubemq
mq_type=kafka
mq_type=pulsar
# MySQL service, IP, port, user and password
spring_datasource_hostname=127.0.0.1
spring_datasource_port=3308
spring_datasource_port=3306
spring_datasource_username=root
spring_datasource_password=root
spring_datasource_password=inlong

############## Dashboard Configuration ##############
# dashboard docker image
Expand All @@ -43,7 +43,7 @@ manager_server_port=8083
# the REST server address for Flink
flink_rest_address=127.0.0.1
# the REST server Port for Flink
flink_rest_port=8086
flink_rest_port=8081

############## DataProxy Configuration ##############
dataproxy_port=46801
Expand Down

0 comments on commit 2453517

Please sign in to comment.