123456789101112131415161718192021222324252627282930313233 |
- Name: openim
- ListenOn: 0.0.0.0:11200
- Etcd:
- Hosts:
- - 127.0.0.1:12379
- Key: /openim/signal
- Redis:
- Host: "127.0.0.1:16379" # Redis 主机地址
- Type: node
- Pass: "KRXbzyT1mLseE8GJ8UgCir0txCf" # 如果 Redis 有密码,可以在这里设置
- Tls: false # 最小空闲连接数
- Key: rtc
- openimRpcName:
- user: user
- msg: msg
- rpc:
- listenIP: ""
- registerIP: ""
- rtc:
- name: rtc
- port:
- - 11200
- rtc:
- url:
- - ws://localhost:7880 # External Address
- # innerUrl: ws://localhost:7880 # Internal Address
- apiKey: "APIGPxHjU9iCgGo"
- apiSecret: "5XsotiNCkAkW2nrGeAt48aWxnwHjAnrX1aeRFo9tuKI"
|