diff piecrust/appconfigdefaults.py @ 1153:a9a592f655e3

config: Add setting for enabling baking or serving posts in the future.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 19 Jan 2019 17:41:30 -0800
parents c8fb7b024faa
children
line wrap: on
line diff
--- a/piecrust/appconfigdefaults.py	Sat Jan 19 17:40:13 2019 -0800
+++ b/piecrust/appconfigdefaults.py	Sat Jan 19 17:41:30 2019 -0800
@@ -32,10 +32,12 @@
     }),
     'baker': collections.OrderedDict({
         'no_bake_setting': 'draft',
+        'bake_future': False,
         'workers': None,
         'batch_size': None
     }),
     'server': collections.OrderedDict({
+        'serve_future': True,
         'enable_gzip': True,
         'cache_time': 28800,
         'enable_debug_info': True,