OPEnSLab-OSU / Spool

GNU General Public License v3.0
2 stars 1 forks source link

Adding react config to environmental variables #41

Closed eliwinkelman closed 4 years ago

eliwinkelman commented 4 years ago

This partially fixes #39, react environmental variables are still fixed at build time but with the option to specify different environment variables for development and production in the codebase. This will fix the issue with the opens continuous delivery system, however it will still not be usable for others (non-opens spool instances).

Need to update documentation on setting up a production spool server to include modifying these environmental variables and rebuilding the docker image, potentially creating a github workflow, dockerhub repository, etc.