From 27255738985070b62efd175011f38d4ba18b06e6 Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 4 Jan 2023 09:28:52 -0600 Subject: [PATCH] Settings line for each config split environment. --- docroot/sites/default/default.settings.local.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docroot/sites/default/default.settings.local.php b/docroot/sites/default/default.settings.local.php index 80496fc..e04499f 100644 --- a/docroot/sites/default/default.settings.local.php +++ b/docroot/sites/default/default.settings.local.php @@ -7,9 +7,10 @@ * Copy this file to 'settings.local.php' and customize for your development needs. */ -// To simulate other config split environments, uncomment these split lines, then run: +// To simulate other config split environments, uncomment and edit these lines, then run: // drush cr && drush cim -y # $config['config_split.config_split.development']['status'] = FALSE; +# $config['config_split.config_split.test']['status'] = FALSE; # $config['config_split.config_split.production']['status'] = TRUE; // Customizable development services file.