wolfboys commented on code in PR #3759: URL: https://github.com/apache/incubator-streampark/pull/3759#discussion_r1641768274
########## 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: # if datasource.dialect is h2 ,you can configure the data dir Review Comment: > > We agree with your opinion that default values should be set, but "/tmp/xxx" is not a good solution. Perhaps `~/streampark/metadata` is a good idea, using `~` will automatically locate the user directory. > > Using `~/streampark/metadata` is good to me. Thanks, updated~ -- 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]
