CARLI/select

Configuration for Compiled web app

Closed this issue · 1 comments

In the existing server there is a git checkout of the project, with modified config files in place. To re-deploy, a new build is kicked off and the web server references the updated build.

So far in containerizing the app, we build the compiled web app and copy those files into the container, so there won't be a chance to change the config files for the web apps. Need to investigate what in the web apps actually depend on the values in the config json files and see if they can be made environment independent. Otherwise we'll need a different build setup.

After doing some investigation it does not appear that the web / client side code depends on much configuration at all. It tries to talk to the api on the same host it is requested at.