|
|
@ -29,8 +29,8 @@
|
|
|
|
zookeeper:
|
|
|
|
zookeeper:
|
|
|
|
schema: openim
|
|
|
|
schema: openim
|
|
|
|
address: [ 127.0.0.1:2181 ]
|
|
|
|
address: [ 127.0.0.1:2181 ]
|
|
|
|
username:
|
|
|
|
username: ''
|
|
|
|
password:
|
|
|
|
password: ''
|
|
|
|
|
|
|
|
|
|
|
|
###################### Mysql ######################
|
|
|
|
###################### Mysql ######################
|
|
|
|
# MySQL configuration
|
|
|
|
# MySQL configuration
|
|
|
@ -60,7 +60,7 @@ mysql:
|
|
|
|
# Default MongoDB database name
|
|
|
|
# Default MongoDB database name
|
|
|
|
# Maximum connection pool size
|
|
|
|
# Maximum connection pool size
|
|
|
|
mongo:
|
|
|
|
mongo:
|
|
|
|
uri:
|
|
|
|
uri: ''
|
|
|
|
address: [ 127.0.0.1:37017 ]
|
|
|
|
address: [ 127.0.0.1:37017 ]
|
|
|
|
database: openIM_v3
|
|
|
|
database: openIM_v3
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
@ -73,7 +73,7 @@ mongo:
|
|
|
|
# Username is required only for Redis version 6.0+
|
|
|
|
# Username is required only for Redis version 6.0+
|
|
|
|
redis:
|
|
|
|
redis:
|
|
|
|
address: [ 127.0.0.1:16379 ]
|
|
|
|
address: [ 127.0.0.1:16379 ]
|
|
|
|
username:
|
|
|
|
username: ''
|
|
|
|
password: openIM123
|
|
|
|
password: openIM123
|
|
|
|
|
|
|
|
|
|
|
|
###################### Kafka configuration information ######################
|
|
|
|
###################### Kafka configuration information ######################
|
|
|
@ -84,8 +84,8 @@ redis:
|
|
|
|
# It's not recommended to modify this topic name
|
|
|
|
# It's not recommended to modify this topic name
|
|
|
|
# Consumer group ID, it's not recommended to modify
|
|
|
|
# Consumer group ID, it's not recommended to modify
|
|
|
|
kafka:
|
|
|
|
kafka:
|
|
|
|
username:
|
|
|
|
username: ''
|
|
|
|
password:
|
|
|
|
password: ''
|
|
|
|
addr: [ 127.0.0.1:9092 ]
|
|
|
|
addr: [ 127.0.0.1:9092 ]
|
|
|
|
latestMsgToRedis:
|
|
|
|
latestMsgToRedis:
|
|
|
|
topic: "latestMsgToRedis"
|
|
|
|
topic: "latestMsgToRedis"
|
|
|
@ -105,7 +105,7 @@ kafka:
|
|
|
|
# IP address to register with zookeeper when starting RPC, the IP and corresponding rpcPort should be accessible by api/gateway
|
|
|
|
# IP address to register with zookeeper when starting RPC, the IP and corresponding rpcPort should be accessible by api/gateway
|
|
|
|
# Default listen IP is 0.0.0.0
|
|
|
|
# Default listen IP is 0.0.0.0
|
|
|
|
rpc:
|
|
|
|
rpc:
|
|
|
|
registerIP:
|
|
|
|
registerIP: ''
|
|
|
|
listenIP: 0.0.0.0
|
|
|
|
listenIP: 0.0.0.0
|
|
|
|
|
|
|
|
|
|
|
|
###################### API configuration information ######################
|
|
|
|
###################### API configuration information ######################
|
|
|
@ -132,26 +132,27 @@ api:
|
|
|
|
# minio.signEndpoint is minio public network address
|
|
|
|
# minio.signEndpoint is minio public network address
|
|
|
|
object:
|
|
|
|
object:
|
|
|
|
enable: "minio"
|
|
|
|
enable: "minio"
|
|
|
|
apiURL: "http://127.0.0.1:10002"
|
|
|
|
apiURL: "http://14.153.17.42:10002"
|
|
|
|
minio:
|
|
|
|
minio:
|
|
|
|
bucket: "openim"
|
|
|
|
bucket: "openim"
|
|
|
|
endpoint: "http://127.0.0.1:10005"
|
|
|
|
endpoint: "http://127.0.0.1:10005"
|
|
|
|
accessKeyID: "root"
|
|
|
|
accessKeyID: "root"
|
|
|
|
secretAccessKey: "openIM123"
|
|
|
|
secretAccessKey: "openIM123"
|
|
|
|
sessionToken: ""
|
|
|
|
sessionToken: ''
|
|
|
|
signEndpoint: "http://127.0.0.1:10005"
|
|
|
|
signEndpoint: "http://14.153.17.42:10005"
|
|
|
|
cos:
|
|
|
|
cos:
|
|
|
|
bucketURL: "https://temp-1252357374.cos.ap-chengdu.myqcloud.com"
|
|
|
|
bucketURL: https://temp-1252357374.cos.ap-chengdu.myqcloud.com
|
|
|
|
secretID: ""
|
|
|
|
secretID: ''
|
|
|
|
secretKey: ""
|
|
|
|
secretKey: ''
|
|
|
|
sessionToken: ""
|
|
|
|
sessionToken: ''
|
|
|
|
oss:
|
|
|
|
oss:
|
|
|
|
endpoint: "https://oss-cn-chengdu.aliyuncs.com"
|
|
|
|
endpoint: "https://oss-cn-chengdu.aliyuncs.com"
|
|
|
|
bucket: "demo-9999999"
|
|
|
|
bucket: "demo-9999999"
|
|
|
|
bucketURL: "https://demo-9999999.oss-cn-chengdu.aliyuncs.com"
|
|
|
|
bucketURL: "https://demo-9999999.oss-cn-chengdu.aliyuncs.com"
|
|
|
|
accessKeyID: ""
|
|
|
|
accessKeyID: ''
|
|
|
|
accessKeySecret: ""
|
|
|
|
accessKeySecret: ''
|
|
|
|
sessionToken: ""
|
|
|
|
sessionToken: ''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###################### RPC Port Configuration ######################
|
|
|
|
###################### RPC Port Configuration ######################
|
|
|
|
# RPC service ports
|
|
|
|
# RPC service ports
|
|
|
@ -193,11 +194,11 @@ rpcRegisterName:
|
|
|
|
# Whether to output in json format
|
|
|
|
# Whether to output in json format
|
|
|
|
# Whether to include stack trace in logs
|
|
|
|
# Whether to include stack trace in logs
|
|
|
|
log:
|
|
|
|
log:
|
|
|
|
storageLocation: ../../../../../logs/
|
|
|
|
storageLocation: /root/workspaces/openim/openim-server/logs/
|
|
|
|
rotationTime: 24
|
|
|
|
rotationTime: 24
|
|
|
|
remainRotationCount: 2
|
|
|
|
remainRotationCount: 2
|
|
|
|
remainLogLevel: 6
|
|
|
|
remainLogLevel: 6
|
|
|
|
isStdout: false
|
|
|
|
isStdout: false
|
|
|
|
isJson: false
|
|
|
|
isJson: false
|
|
|
|
withStack: false
|
|
|
|
withStack: false
|
|
|
|
|
|
|
|
|
|
|
|