We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1644a07 + 2877b78 commit 495c17fCopy full SHA for 495c17f
1 file changed
docroot/sites/default/settings/includes.settings.php
@@ -96,6 +96,7 @@
96
*/
97
$config['shield.settings']['allow_cli'] = TRUE;
98
if (isset($_SERVER['HTTP_HOST']) && !in_array($base_url, $unshielded)) {
99
+ $config['shield.settings']['shield_enable'] = TRUE;
100
$config['shield.settings']['credentials']['shield']['user'] = 'drupal';
101
$config['shield.settings']['credentials']['shield']['pass'] = 'cz';
102
$config['shield.settings']['print'] = 'Check out https://github.com/Drupalcz/drupalcz ;-)';
0 commit comments