This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new c00fcf89 Update README.md
c00fcf89 is described below
commit c00fcf898eb7bac86724aeaacdb8da0e57b9b689
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Jan 30 17:34:46 2024 +0800
Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 31f87b84..fd769d87 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Choose either method based on your environment, where Helm is
the recommended in
* `cd dubbo-admin-distribution/target; java -jar
dubbo-admin-${project.version}.jar`
5. Visit `http://localhost:38080`, default username and password are `root`
-> **Security Notice: Please remember to change the `admin.check.signSecret`,
`admin.root.user.name` and `admin.root.user.password` before you deploy to
production environment.**
+> **Security Notice: Please remember to change the `admin.check.signSecret`,
`admin.root.user.name` and `admin.root.user.password` value before you deploy
to production environment.**
## 1.2 Run with Docker
@@ -57,7 +57,7 @@ admin.root.user.password=root
admin.check.signSecret=86295dd0c4ef69a1036b0b0c15158d77
```
-> **Security Notice: Please remember to change the `admin.check.signSecret`,
`admin.root.user.name` and `admin.root.user.password` before you deploy to
production environment.**
+> **Security Notice: Please remember to change the `admin.check.signSecret`,
`admin.root.user.name` and `admin.root.user.password` value before you deploy
to production environment.**
Open web browser and visit `http://localhost:38080`, default username and
password are `root`.
@@ -77,7 +77,7 @@ $ cd dubbo-admin/kubernetes/dubbo-admin
Open `configmap.yaml` and modify accordingly to override configurations in
[application.properties](./dubbo-admin-server/src/main/resources/application.properties).
-> **Security Notice: Please remember to change the `admin.check.signSecret`,
`admin.root.user.name` and `admin.root.user.password` before you deploy to
production environment.**
+> **Security Notice: Please remember to change the `admin.check.signSecret`,
`admin.root.user.name` and `admin.root.user.password` value before you deploy
to production environment.**
Run the following command:
@@ -122,7 +122,7 @@ properties:
admin.check.signSecret: 86295dd0c4ef69a1036b0b0c15158d77
```
-> **Security Notice: Please remember to change the `admin.check.signSecret`,
`admin.root.user.name` and `admin.root.user.password` before you deploy to
production environment.**
+> **Security Notice: Please remember to change the `admin.check.signSecret`,
`admin.root.user.name` and `admin.root.user.password` value before you deploy
to production environment.**
```sh
$ helm install dubbo-admin -f values.yaml .