Skip to content

Commit

Permalink
Settings line for each config split environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jan 4, 2023
1 parent 04159a9 commit 2725573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docroot/sites/default/default.settings.local.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2725573

Please sign in to comment.