Created
October 13, 2019 10:38
-
-
Save Rhyanz46/60b74291945d3b7f47222c8a1ad9dd8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if app.config['ENV'] == 'production': | |
app.config.from_object(ConfigProduction) | |
else: | |
app.config.from_object(ConfigDevelopment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment