diff --git a/config_example.py b/config_example.py index 10cf063e4..26fe13a4a 100644 --- a/config_example.py +++ b/config_example.py @@ -119,5 +119,5 @@ class ProductionConfig(Config): # Default using Config settings, you can write if/else for different env -config = Config() +config = DevelopmentConfig()