Asoka.Wang 21f044712c 1
2025-08-27 18:39:19 +08:00

12 lines
288 B
JSON

{
"ImConfig": {
//启用
"Enable": false,
//im服务器集群地址
"Servers": [ "127.0.0.1:17010" ],
//ws业务端地址
"Server": "ws://127.0.0.1:17010",
//Redis连接字符串
"RedisConnectionString": "127.0.0.1:6379,password=,defaultDatabase=6"
}
}