From 6d15f60c5c92de946b156ed74e2f1614dc8c1ca7 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 2 Jan 2018 15:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=BB=98=E8=AE=A4=E4=BD=BF?= =?UTF-8?q?=E7=94=A8Dev=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()