From b02840c0cf57b635bd8805977b19298597d0b6a0 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Tue, 24 Sep 2019 08:13:34 +0800 Subject: [PATCH] =?UTF-8?q?[README.md]=20=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=92=8C=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E7=9A=84?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 270c275..8bc51b6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ * mongodb 配置文件已集成到 ```fiv.server/mongod.conf``` 中 * 还需要哪些信息?例如 mongodb 的管理账号和密码? + * bindIp: 127.0.0.1 (生产环境) + * bindIpAll: true (开发环境) * 编写 ```/fiv.server/configSec.js```,设置HD钱包的根密钥等等 + * protocol: https (生产环境) + * protocol: http (开发环境) ## 运行