This is an automated email from the ASF dual-hosted git repository.

fanjia pushed a commit to branch 1.0.1-release
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git


The following commit(s) were added to refs/heads/1.0.1-release by this push:
     new ad1c842f Update doc of jwt.secretKey
ad1c842f is described below

commit ad1c842fa079d4cf7ec04f2f3fafc846494b75ae
Author: Jia Fan <[email protected]>
AuthorDate: Thu Jun 13 15:52:07 2024 +0800

    Update doc of jwt.secretKey
---
 README.md    | 1 +
 README_CN.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 61013e0f..0eae9fc6 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@ sh build.sh code
 #### 2.4 Config application and Run SeaTunnel Web Backend Server
 
 1. Edit `seatunnel-server/seatunnel-app/src/main/resources/application.yml` 
Fill in the database connection information
+2. Edit `seatunnel-server/seatunnel-app/src/main/resources/application.yml`, 
add `jwt.secretKey` value. Eg: SeaTunnel.
 
 ![img.png](docs/images/application_config.png)
 
diff --git a/README_CN.md b/README_CN.md
index b0123597..1e3bd9cf 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -172,6 +172,7 @@ tar -zxvf apache-seatunnel-web-${project.version}.tar.gz
 #### 3.5 配置应用并运行 SeaTunnel Web 后端服务
 
 * 编辑 `apache-seatunnel-web-${project.version}/conf/application.yml` 
在文件中填写数据库连接信息和数据服务接口相关信息。
+* 编辑 `apache-seatunnel-web-${project.version}/conf/application.yml` 
文件,填写jwt.secretKey密钥,例如:SeaTunnel。
 
 ![image](docs/images/application_config.png)
 

Reply via email to