mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
19 lines
341 B
YAML
19 lines
341 B
YAML
|
|
username: ''
|
||
|
|
password: ''
|
||
|
|
producerAck: ""
|
||
|
|
compressType: "none"
|
||
|
|
address: [ localhost:19094 ]
|
||
|
|
toRedisTopic: "toRedis"
|
||
|
|
toMongoTopic: "toMongo"
|
||
|
|
toPushTopic: "toPush"
|
||
|
|
toRedisGroupID: redis
|
||
|
|
toMongoGroupID: mongo
|
||
|
|
toPushGroupID: push
|
||
|
|
tls:
|
||
|
|
enableTLS: false
|
||
|
|
caCrt: ""
|
||
|
|
clientCrt: ""
|
||
|
|
clientKey: ""
|
||
|
|
clientKeyPwd: ""
|
||
|
|
insecureSkipVerify: false
|