Stop encouraging unfinished beaker config caching
This commit is contained in:
parent
ea1f7021d2
commit
e3e03348be
|
@ -25,7 +25,6 @@ export.files = ${os.path.join(appdir, 'data', 'exports')}
|
|||
configure_logging = true
|
||||
usedb = true
|
||||
preferdb = true
|
||||
beaker_cache.enabled = true
|
||||
|
||||
[rattail.db]
|
||||
default.url = ${db_url}
|
||||
|
|
|
@ -22,8 +22,6 @@ workdir = app/work
|
|||
configure_logging = true
|
||||
usedb = true
|
||||
preferdb = true
|
||||
# TODO: enable if you want config caching
|
||||
#beaker_cache.enabled = true
|
||||
|
||||
[rattail.db]
|
||||
default.url = postgresql://rattail:rattailpass@localhost/rattail
|
||||
|
|
Loading…
Reference in a new issue