paulovmr commented on PR #2180: URL: https://github.com/apache/incubator-kie-tools/pull/2180#issuecomment-1992193171
@thiagoelg Another thing that I think will be necessary to test the standalone Dev UI webapp is a parameter to set where the runtime service is running. This is because the Process Definitions tab does a request to `/q/openapi.json`, and normally this would work (when the real Dev UI extension is running along with the Quarkus service, at the same host and port). But, because this webapp runs in parallel to the Quarkus service in this local test environment, it has to make the request to `$RUNTIME_QUARKUS_SERVICE/q/openapi.json`. The default value could be empty string for when the Dev UI is being used, and it could be set the same way as the data-index URL for a test environment. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
