SbloodyS commented on code in PR #3759:
URL: 
https://github.com/apache/incubator-streampark/pull/3759#discussion_r1641764821


##########
streampark-console/streampark-console-service/src/main/assembly/conf/config.yaml:
##########
@@ -35,10 +35,11 @@ server:
 # system database, default h2, mysql|pgsql|h2
 datasource:
   dialect: h2  #h2, mysql, pgsql
+  h2-data-dir: ~/streampark/h2-data # if datasource.dialect is h2 ,you can 
configure the data dir

Review Comment:
   ```suggestion
     h2-data-dir: ~/streampark/h2-data # if datasource.dialect is h2, you can 
configure the data dir
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to