From c00fcf898eb7bac86724aeaacdb8da0e57b9b689 Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Tue, 30 Jan 2024 17:34:46 +0800 Subject: [PATCH] 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 .