This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
The following commit(s) were added to refs/heads/main by this push:
new d21707fd Update doc of jwt.secretKey (#169)
d21707fd is described below
commit d21707fdbe6594199971cd86faf3ff864ba29f56
Author: Jia Fan <[email protected]>
AuthorDate: Tue Jun 18 16:50:44 2024 +0800
Update doc of jwt.secretKey (#169)
---
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.

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。
