[README.md] 生产环境和开发环境的不同配置

This commit is contained in:
luk.lu
2019-09-24 08:13:34 +08:00
parent 53401289cf
commit b02840c0cf

View File

@@ -16,7 +16,11 @@
* mongodb 配置文件已集成到 ```fiv.server/mongod.conf``` 中
* <font color=red>还需要哪些信息?例如 mongodb 的管理账号和密码?</font>
* bindIp: 127.0.0.1 (生产环境)
* bindIpAll: true (开发环境)
* 编写 ```/fiv.server/configSec.js```设置HD钱包的根密钥等等
* protocol: https (生产环境)
* protocol: http (开发环境)
## 运行