Skip to content

Commit

Permalink
Update to D9 compatible config_sync_directory (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
acbramley authored Dec 17, 2020
1 parent 5e45f60 commit 1cf332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/php/settings.php.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $settings['php_storage']['twig'] = [
'directory' => (getenv('LOCAL_DIR') ?: DRUPAL_ROOT . '/..') . '/.php',
];
$settings['hash_salt'] = getenv('HASH_SALT') ?: '<<<DEFAULT_HASH_SALT>>>';
$config_directories['sync'] = DRUPAL_ROOT . '/../config-export';
$settings['config_sync_directory'] = DRUPAL_ROOT . '/../config-export';
$settings['shepherd_site_id'] = getenv('SHEPHERD_SITE_ID');
$settings['shepherd_url'] = getenv('SHEPHERD_URL');
$settings['shepherd_token'] = getenv('SHEPHERD_TOKEN_FILE') ? file_get_contents(getenv('SHEPHERD_TOKEN_FILE')) : getenv('SHEPHERD_TOKEN');
Expand Down

0 comments on commit 1cf332a

Please sign in to comment.