Skip to content

Commit 2877b78

Browse files
Enable shield.
1 parent 20f6fe7 commit 2877b78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docroot/sites/default/settings/includes.settings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
*/
9797
$config['shield.settings']['allow_cli'] = TRUE;
9898
if (isset($_SERVER['HTTP_HOST']) && !in_array($base_url, $unshielded)) {
99+
$config['shield.settings']['shield_enable'] = TRUE;
99100
$config['shield.settings']['credentials']['shield']['user'] = 'drupal';
100101
$config['shield.settings']['credentials']['shield']['pass'] = 'cz';
101102
$config['shield.settings']['print'] = 'Check out https://github.com/Drupalcz/drupalcz ;-)';

0 commit comments

Comments
 (0)