diff --git a/README.en.md b/README.en.md index 7ed309c..2d0f440 100644 --- a/README.en.md +++ b/README.en.md @@ -89,7 +89,7 @@ docker-compose up -d ``` Access http://localhost:8080/public/health to verify the service. -For custom configurations, refer to: [./config.yaml](./config.yaml) +If you don't want to rely on Docker, you can modify the request addresses of mysql, nats, and redis in the [./config.yaml](./config.yaml) file and run it locally For client packaging details, visit: https://github.com/ZiRunHua/LeapLedger-App diff --git a/README.md b/README.md index ddaa66f..5f8fe27 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ docker-compose up -d ``` 访问http://localhost:8080/public/health 验证服务 -自定义配置详见:[./config.yaml](./config.yaml) +如果不想依赖Docker,可以修改[./config.yaml](./config.yaml)文件中的mysql、nats和redis的请求地址等信息后直接在本地运行 客户端打包详见:https://github.com/ZiRunHua/LeapLedger-App