更新README

This commit is contained in:
wuhao 2020-11-13 15:28:59 +08:00
parent a13782e532
commit 9198ca18f4

View File

@ -1,3 +1,13 @@
# xlegudata_consumer ## x项目 数据消费
### 添加环境变量
```shell
# 必须 本地mongo连接
export local_mongo_uri="mongodb://root:iamciniao@127.0.0.1:27017/?authSource=admin&readPreference=primary&ssl=false"
# 可选 默认为debug env
export xlegudata_env="production"
```
x 项目数据入库