ayovev / project-blue-is

💎
2 stars 0 forks source link

Local/Development vs Production configuration #46

Open ayovev opened 5 years ago

ayovev commented 5 years ago

Similar to how the Express server is currently configured to handle both production and development environments, we need to implement a similar configuration for the Flask server for controlling things such as database connections, logging levels, and performance optimizations. This shouldn't be too difficult just a necessary practice to implement since we need the entire application to handle multiple environments without skipping a beat.