From 12b752b090796e22897c038e1297e7db52359ea0 Mon Sep 17 00:00:00 2001 From: Mukaiu Date: Tue, 4 Sep 2018 15:29:36 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E8=AF=AD=E9=9F=B3=E6=B8=A0=E9=81=93?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 语音渠道.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/语音渠道.md b/语音渠道.md index b6b2177..c69ca98 100644 --- a/语音渠道.md +++ b/语音渠道.md @@ -1 +1,16 @@ -# 语音渠道 \ No newline at end of file +# 依赖 +* 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 +``` +