User Story
As a developer I want to be able to use OR_APP_DOCROOT with OR_HOSTNAME, so that I can serve the UI without running npm run serve (or a manager Docker container) from another host.
Description
Run the following to see that it redirects to localhost after login.
gradle clean installDist
OR_HOSTNAME=my-host OR_APP_DOCROOT=manager/build/install/manager/web gradle run
Acceptance Criteria
Implementation Notes
User Story
As a developer I want to be able to use
OR_APP_DOCROOTwithOR_HOSTNAME, so that I can serve the UI without runningnpm run serve(or a manager Docker container) from another host.Description
Run the following to see that it redirects to localhost after login.
Acceptance Criteria
OR_HOSTNAMEwhen usingOR_APP_DOCROOT.Implementation Notes