Skip to content

Commit

Permalink
Update settings.php for config in level up from app root by default
Browse files Browse the repository at this point in the history
  • Loading branch information
twfahey1 authored May 18, 2024
1 parent 4866a7f commit e0eeac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,9 @@
# $settings['migrate_file_public_path'] = '';
# $settings['migrate_file_private_path'] = '';

// Put config outside app root by default
$settings['config_sync_directory'] = '../config/sync';

/**
* Load local development override configuration, if available.
*
Expand Down

0 comments on commit e0eeac7

Please sign in to comment.