arshadmohammad commented on code in PR #278:
URL: https://github.com/apache/seatunnel-web/pull/278#discussion_r1950350248
##########
seatunnel-server/seatunnel-app/src/main/resources/application.yml:
##########
@@ -52,7 +52,13 @@ jwt:
secretKey:
algorithm: HS256
-
+seatunnel-web:
Review Comment:
In an earlier PR, we placed the Seatunnel-web specific configuration under
the spring config section.
You have now put seatunnel-web specific configuration under the
seatunnel-web config section.
This seems to be a better approach. Later, we can also move the
configurations from the earlier PR under the seatunnel-web config section.
--
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]