Skip to content

Instantly share code, notes, and snippets.

@Rhyanz46
Created October 13, 2019 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rhyanz46/60b74291945d3b7f47222c8a1ad9dd8b to your computer and use it in GitHub Desktop.
Save Rhyanz46/60b74291945d3b7f47222c8a1ad9dd8b to your computer and use it in GitHub Desktop.
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