gxthrj commented on a change in pull request #729:
URL: https://github.com/apache/apisix-dashboard/pull/729#discussion_r520265575



##########
File path: docs/develop.zh-CN.md
##########
@@ -45,6 +53,41 @@ $ yarn start
 
 ## manager-api 开发
 
+### 启动
+
+1. 修改配置文件 目录: `api/conf/conf.yaml`
+
+```
+conf:
+  listen:
+    host: 127.0.0.1
+    port: 8080
+  dag_lib_path: ''
+  etcd:
+    endpoints:
+      - 127.0.0.1:2379
+authentication:
+  secret: secret
+  expireTime: 3600
+  users:
+    - username: admin
+      password: admin
+    - username: user
+      password: user
+```
+
+2. 启动 (开发模式)
+
+```
+$ make api-run
+```
+
+3. 关闭 (关闭)
+
+```

Review comment:
       done

##########
File path: docs/develop.zh-CN.md
##########
@@ -45,6 +53,41 @@ $ yarn start
 
 ## manager-api 开发
 
+### 启动
+
+1. 修改配置文件 目录: `api/conf/conf.yaml`
+
+```
+conf:
+  listen:
+    host: 127.0.0.1
+    port: 8080
+  dag_lib_path: ''
+  etcd:
+    endpoints:
+      - 127.0.0.1:2379
+authentication:
+  secret: secret
+  expireTime: 3600
+  users:
+    - username: admin
+      password: admin
+    - username: user
+      password: user
+```
+
+2. 启动 (开发模式)
+
+```

Review comment:
       done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to