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

benjobs pushed a commit to branch conf
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/conf by this push:
     new 7f13bf7f0 [Improve] config improvements
7f13bf7f0 is described below

commit 7f13bf7f068b265908c8b752a70799b0e2c582e8
Author: benjobs <[email protected]>
AuthorDate: Tue Apr 2 16:00:12 2024 +0800

    [Improve] config improvements
---
 .../streampark-console-service/src/main/resources/config.yaml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/resources/config.yaml 
b/streampark-console/streampark-console-service/src/main/resources/config.yaml
index 68816bb19..b52179568 100644
--- 
a/streampark-console/streampark-console-service/src/main/resources/config.yaml
+++ 
b/streampark-console/streampark-console-service/src/main/resources/config.yaml
@@ -39,10 +39,10 @@ datasource.password:
 # mysql/postgresql connection address
 # mysql jdbc url example: datasource.url: 
jdbc:mysql://localhost:3306/streampark?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
 # postgresql jdbc url example: 
jdbc:postgresql://localhost:5432/streampark?stringtype=unspecified
-datasource.host:
+datasource.url:
 
#---------------------------------------------------------------------------------
 
-# Directory for storing locally built project
+# Local workspace, storage of clone projects and compiled projects,Do not set 
under $APP_HOME. Set it to a directory outside of $APP_HOME.
 streampark.workspace.local: /tmp/streampark
 # The root hdfs path of the jars, Same as yarn.provided.lib.dirs for flink on 
yarn-application
 # and Same as --jars for spark on yarn

Reply via email to