This is an automated email from the ASF dual-hosted git repository. fanjia pushed a commit to branch update-doc-of-jwt in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
commit d7320f34ad79bd72a38f0b9293ff9fc06a8459d3 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.  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。 
