fix: kafka environment port

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-09-03 10:52:17 +08:00
parent 77733fdb2b
commit 103aa98e95
7 changed files with 43 additions and 45 deletions
+6 -6
View File
@@ -28,7 +28,7 @@
# Zookeeper password
zookeeper:
schema: openim
address: [ 172.29.0.1:12181 ]
address: [ 172.21.0.1:12181 ]
username: ''
password: ''
@@ -42,7 +42,7 @@ zookeeper:
# Log level: 1=slient, 2=error, 3=warn, 4=info
# Slow query threshold in milliseconds
mysql:
address: [ 172.29.0.1:13306 ]
address: [ 172.21.0.1:13306 ]
username: root
password: openIM123
database: openIM_v3
@@ -61,7 +61,7 @@ mysql:
# Maximum connection pool size
mongo:
uri: ''
address: [ 172.29.0.1:37017 ]
address: [ 172.21.0.1:37017 ]
database: openIM_v3
username: root
password: openIM123
@@ -72,7 +72,7 @@ mongo:
#
# Username is required only for Redis version 6.0+
redis:
address: [ 172.29.0.1:16379 ]
address: [ 172.21.0.1:16379 ]
username: ''
password: openIM123
@@ -86,7 +86,7 @@ redis:
kafka:
username: ''
password: ''
addr: [ 172.29.0.1:19092 ]
addr: [ 172.21.0.1:19094 ]
latestMsgToRedis:
topic: "latestMsgToRedis"
offlineMsgToMongo:
@@ -135,7 +135,7 @@ object:
apiURL: "http://14.153.6.114:10002"
minio:
bucket: "openim"
endpoint: "http://172.29.0.1:10005"
endpoint: "http://172.21.0.1:10005"
accessKeyID: "root"
secretAccessKey: "openIM123"
sessionToken: ''