Skip to content

Commit

Permalink
Hide acquia_connector signup messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Nov 1, 2017
1 parent 2b540f1 commit 9a7731e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/drupal/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
$settings['file_public_path'] = '${drupal.settings.file_public_path}';
$settings['file_private_path'] = '${drupal.settings.file_private_path}';

$config['acquia_connector.settings']['hide_signup_messages'] = TRUE;

if (file_exists(__DIR__ . '/settings.local.php')) {
include __DIR__ . '/settings.local.php';
}

0 comments on commit 9a7731e

Please sign in to comment.