composer.json in the wrong place. Gone now.
[yaffs-website] / web / sites / example.settings.local.php
index c3347ad39f30235f76a57ac1ea08171de9299fd8..b1f73dd8a68d62e01e71d9f00c9addd1d680145a 100644 (file)
@@ -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.
  *