diff --git a/ressources/drupal/settings.php b/ressources/drupal/settings.php index ebc46a2..d5931fc 100644 --- a/ressources/drupal/settings.php +++ b/ressources/drupal/settings.php @@ -265,7 +265,7 @@ $databases = []; * $settings['hash_salt'] = file_get_contents('/home/example/salt.txt'); * @endcode */ -$settings['hash_salt'] = file_get_contents($app_root . '/' . $site_path . '/salt.txt'); +// $settings['hash_salt'] = file_get_contents($app_root . '/' . $site_path . '/salt.txt'); /** * Deployment identifier.