123456789101112131415161718192021222324252627282930313233343536 |
- Name: openim
- ListenOn: 0.0.0.0:11200
- Etcd:
- Hosts:
- - 127.0.0.1:12379
- Key: /openim/signal
- RedisConf: &RedisConf
- Host: "127.0.0.1:16379"
- Type: node
- Pass: KRXbzyT1mLseE8GJ8UgCir0txCf
- Tls: false
- # redis
- Redis:
- <<: *RedisConf
- Key: meeting-rpc
- 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"
|