1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-24 08:31:45 +08:00

Updated 语音渠道 (markdown)

Mukaiu 2018-09-04 15:29:36 +08:00
parent d8cf3d176f
commit 12b752b090

@ -1 +1,16 @@
# 语音渠道 # 依赖
* Nodejs 8.x
* Redis 2.8+
* freeswtich
#配置
参考config/dev.env.sample
创建dev.env
```
FREESWITCH_HOST=localhost
REDIS_HOST=localhost
MINIO_END_POINT=localhost
MINIO_ACCESS_KEY=key
MINIO_SECRET_KEY=secret
```