diff --git a/src/config_lock.py b/src/config_lock.py index 5877a30..4c5e4d0 100644 --- a/src/config_lock.py +++ b/src/config_lock.py @@ -91,5 +91,5 @@ config = { 'development': DevelopmentConfig, 'production': ProductionConfig, 'testing': TestingConfig, - 'default': ProductionConfig + 'default': DevelopmentConfig }