diff --git a/README.md b/README.md index 9734fd8..c03d033 100644 --- a/README.md +++ b/README.md @@ -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 项目数据入库 \ No newline at end of file