Move JSON pretty print config flag to the proper place

This commit is contained in:
Joseph Schorr 2014-02-05 17:05:06 -05:00
parent 4c9a1c1621
commit 732ce83795
2 changed files with 1 additions and 4 deletions

View file

@ -14,7 +14,7 @@ from test import analytics as fake_analytics
class FlaskConfig(object):
SECRET_KEY = '1cb18882-6d12-440d-a4cc-b7430fb5f884'
JSONIFY_PRETTYPRINT_REGULAR = False
class FlaskProdConfig(FlaskConfig):
SESSION_COOKIE_SECURE = True