File tree Expand file tree Collapse file tree 12 files changed +54
-12
lines changed
i18n/zh/docusaurus-plugin-content-docs Expand file tree Collapse file tree 12 files changed +54
-12
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ description: Local Model
6
6
7
7
## Description
8
8
9
- * Standalone environment, then use the local ` API ` to update the apache shenyu gateway data。
9
+ * Standalone environment, then use the local ` API ` to update the apache shenyu gateway data.the yaml config:
10
+
11
+ ``` yaml
12
+ shenyu :
13
+ local :
14
+ enabled : true
15
+ sha512Key : 123456
16
+ ` ` `
10
17
11
18
* Common result:
12
19
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Default password: **123456**
61
61
62
62
```
63
63
docker pull apache/shenyu-bootstrap
64
- docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
64
+ docker run -d -p 9195:9195 -e "shenyu.local.enabled=true" - -net shenyu apache/shenyu-bootstrap
65
65
```
66
66
67
67
### Set router
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ description: 本地模式
6
6
7
7
## 说明
8
8
9
- * 主要介绍在单机环境下,然后使用本地 ` API ` 更新网关数据。
9
+ * 主要介绍在单机环境下,然后使用本地 ` API ` 更新网关数据。 配置属性:
10
+
11
+ ``` yaml
12
+ shenyu :
13
+ local :
14
+ enabled : true
15
+ sha512Key : 123456
16
+ ` ` `
10
17
11
18
* 统一返回结果:
12
19
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
56
56
57
57
```
58
58
docker pull apache/shenyu-bootstrap
59
- docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
59
+ docker run -d -p 9195:9195 -e "shenyu.local.enabled=true" - -net shenyu apache/shenyu-bootstrap
60
60
```
61
61
62
62
### 路由设置
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ description: 本地模式
6
6
7
7
## 说明
8
8
9
- * 主要介绍在单机环境下,然后使用本地 ` API ` 更新网关数据。
9
+ * 主要介绍在单机环境下,然后使用本地 ` API ` 更新网关数据。 配置属性:
10
+
11
+ ``` yaml
12
+ shenyu :
13
+ local :
14
+ enabled : true
15
+ sha512Key : 123456
16
+ ` ` `
10
17
11
18
* 统一返回结果:
12
19
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
52
52
53
53
```
54
54
docker pull apache/shenyu-bootstrap
55
- docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
55
+ docker run -d -p 9195:9195 -e "shenyu.local.enabled=true" - -net shenyu apache/shenyu-bootstrap
56
56
```
57
57
58
58
### 路由设置
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ description: 本地模式
6
6
7
7
## 说明
8
8
9
- * 主要介绍在单机环境下,然后使用本地 ` API ` 更新网关数据。
9
+ * 主要介绍在单机环境下,然后使用本地 ` API ` 更新网关数据。配置属性:
10
+
11
+ ``` yaml
12
+ shenyu :
13
+ local :
14
+ enabled : true
15
+ sha512Key : 123456
16
+ ` ` `
10
17
11
18
* 统一返回结果:
12
19
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
56
56
57
57
```
58
58
docker pull apache/shenyu-bootstrap
59
- docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
59
+ docker run -d -p 9195:9195 -e "shenyu.local.enabled=true" - -net shenyu apache/shenyu-bootstrap
60
60
```
61
61
62
62
### 路由设置
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ description: Local Model
6
6
7
7
## Description
8
8
9
- * Standalone environment, then use the local ` API ` to update the apache shenyu gateway data。
9
+ * Standalone environment, then use the local ` API ` to update the apache shenyu gateway data。the yaml config:
10
+
11
+ ``` yaml
12
+ shenyu :
13
+ local :
14
+ enabled : true
15
+ sha512Key : 123456
16
+ ` ` `
10
17
11
18
* Common result:
12
19
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
57
57
58
58
```
59
59
docker pull apache/shenyu-bootstrap
60
- docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
60
+ docker run -d -p 9195:9195 -e "shenyu.local.enabled=true" - -net shenyu apache/shenyu-bootstrap
61
61
```
62
62
63
63
### Set router
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ description: Local Model
6
6
7
7
## Description
8
8
9
- * Standalone environment, then use the local ` API ` to update the apache shenyu gateway data。
9
+ * Standalone environment, then use the local ` API ` to update the apache shenyu gateway data. the yaml config:
10
+
11
+ ``` yaml
12
+ shenyu :
13
+ local :
14
+ enabled : true
15
+ sha512Key : 123456
16
+ ` ` `
10
17
11
18
* Common result:
12
19
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Default password: **123456**
61
61
62
62
```
63
63
docker pull apache/shenyu-bootstrap
64
- docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
64
+ docker run -d -p 9195:9195 -e "shenyu.local.enabled = true" - -net shenyu apache/shenyu-bootstrap
65
65
```
66
66
67
67
### Set router
You can’t perform that action at this time.
0 commit comments