Skip to content

Commit 0d6b3f2

Browse files
authored
Default to standard install
1 parent 97bf7d1 commit 0d6b3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/sites/default/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
include $local_settings;
9292
}
9393

94-
$settings['install_profile'] = 'minimal';
94+
$settings['install_profile'] = 'standard';
9595

9696
// Require HTTPS.
9797
// Check if Drupal is running via command line
@@ -104,4 +104,4 @@
104104
header('Location: https://'. $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
105105
exit();
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)