From d496735618fdae33128576730b4698db5a4f1e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=BB=8B=E6=B6=A6?= <807046079@qq.com> Date: Sun, 17 Nov 2024 23:19:56 +0800 Subject: [PATCH] docs: update the README for v1.0.1 --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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