X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fsites%2Fexample.settings.local.php;h=b1f73dd8a68d62e01e71d9f00c9addd1d680145a;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=c3347ad39f30235f76a57ac1ea08171de9299fd8;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/sites/example.settings.local.php b/web/sites/example.settings.local.php index c3347ad39..b1f73dd8a 100644 --- a/web/sites/example.settings.local.php +++ b/web/sites/example.settings.local.php @@ -66,6 +66,14 @@ $config['system.performance']['js']['preprocess'] = FALSE; */ # $settings['cache']['bins']['render'] = 'cache.backend.null'; +/** + * Disable caching for migrations. + * + * Uncomment the code below to only store migrations in memory and not in the + * database. This makes it easier to develop custom migrations. + */ +# $settings['cache']['bins']['discovery_migration'] = 'cache.backend.memory'; + /** * Disable Dynamic Page Cache. *