You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several pieces of the project need some settings changed to move from development to production. Both the Python codebase through gunicorn and Flask and the React frontend through node's process.env package support reading logic from .env files.
To avoid needless issues when changing environments and to allow environment secrets to be stores outside of version control, environment file reading support should be integrated into the project.
This can start with webserver configuration as described in this article.
The text was updated successfully, but these errors were encountered:
Several pieces of the project need some settings changed to move from development to production. Both the Python codebase through gunicorn and Flask and the React frontend through node's
process.env
package support reading logic from.env
files.To avoid needless issues when changing environments and to allow environment secrets to be stores outside of version control, environment file reading support should be integrated into the project.
This can start with webserver configuration as described in this article.
The text was updated successfully, but these errors were encountered: